Axios has a great API that developers love. Redaxios provides that API in 800 bytes, using native fetch()
.
For those searching for ways to shave a few kilobytes off of their bundles, that's less than 1/5th of the size. This is made possible by using the browser's native Fetch API, which is supported in all modern browsers and polyfilled by most tools including Next.js, Create React App and Preact CLI.
Yes! Axios is an excellent module and you should use it! Redaxios exists so that you can use that same API in cases where it's difficult to justify the dependency. Instead of having to choose between Axios and Fetch, Redaxios provides a middle-ground between the two.
import axios from '@undefiorg/redaxios';
// use as you would normally
Refer to the Axios Documentation.
- Cloudflare Worker fetch didn't support credential so this error will throw
The 'credentials' field on 'RequestInitializerDict' is not implemented.
- Issue already there but I can't wait for the fix so here are we.
- The test is some how broken, prettier is yelling,
npm audit
is a mess (in dev) but I intend to not fix it now (take too much time!) which ean I just can't PR back.