wretch
A tiny wrapper built around fetch with an intuitive syntax. :candy: (by elbywan)
AxleJS
Fetch, supercharged. (by art-emini)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
wretch | AxleJS | |
---|---|---|
9 | 6 | |
4,996 | 28 | |
0.5% | - | |
5.0 | 0.0 | |
19 days ago | over 2 years ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wretch
Posts with mentions or reviews of wretch.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-29.
- Wretch: A tiny wrapper built around fetch with an intuitive syntax
-
Why do people use Axios instead of Fetch
In conclusion, whether you choose axios, fetch, or an alternative like wretch, your focus should be on writing clear, maintainable, and robust code. Understanding the strengths and weaknesses of each tool will empower you to make informed decisions and build applications that are not only functional but also resilient and enjoyable to develop.
-
How does a proper fetch wrapper look?
This package does it quite nicely https://github.com/elbywan/wretch
-
Safe Data Fetching in Modern JavaScript
One newer option, which is a very thin wrapper around Fetch much like Redaxios, is Wretch. Wretch is unique in that it largely still feels like fetch, but gives you helpful methods for handling common statuses which can chain together nicely:
-
You might be using `fetch` wrong...
It would be better with a link to kick things off so boomers can choose to read about it instead https://github.com/elbywan/wretch
-
What do you think are the "must-have" npm packages in (almost) every React Project?
For ajax, I never use Axios anymore, I always use Wretch these days.
- Framework axios pushed a broken update, crippling thousands of websites
-
Why I'm ditching Axios (Spoiler: I moved to Wretch!)
Wretch Wretch on the other hand takes the function chaining approach. It split common error types into separate helper methods so you don't need to result in an interceptor every time
-
AxleJS - Fetch supercharged.
You might be interested in Wretch, it's very lightweight and has a nice middleware facility.
AxleJS
Posts with mentions or reviews of AxleJS.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-28.
-
AxleJS - Fetch, supercharged.
AxleJS is free and open-source using the MIT License!
- AxleJS - Fetch supercharged.
What are some alternatives?
When comparing wretch and AxleJS you can also consider the following projects:
react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
hmpl - 🐜 Server-oriented customizable templating for JavaScript. Alternative to HTMX and Alpine.js.
ky - 🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
axios-cache-interceptor - 📬 Small and efficient cache interceptor for axios. Etag, Cache-Control, TTL, HTTP headers and more!
SWR - React Hooks for Data Fetching
cv - 🧾minimal cv page, ctrl+p to print/save

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured