Skip to content

hc-oss/axios-fetched

This branch is up to date with developit/redaxios:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 18, 2022
ad40de9 · Aug 18, 2022
Jul 23, 2020
Apr 29, 2022
May 1, 2021
Jul 15, 2020
Jul 23, 2020
May 25, 2020
May 25, 2020
Apr 10, 2020
Apr 16, 2020
Aug 18, 2022
Aug 18, 2022
Aug 18, 2022
Jul 15, 2020

Repository files navigation

redaxios

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.

Can I just use Axios?

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.

Usage

import axios from 'redaxios';
// use as you would normally

Refer to the Axios Documentation.

About

The Axios API, as an 800 byte Fetch wrapper.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • TypeScript 0.2%