developit/redaxios
The Axios API, as an 800 byte Fetch wrapper. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2932
- days_rel: n/a
- days_push: 1114
- n_releases_24m: 0
Adoption not part of the score
4881 stars · 104 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Redaxios is an 800-byte JavaScript library that provides the Axios API implemented as a thin wrapper over the native Fetch API. It lets developers keep Axios-style request code while dramatically reducing bundle size.
Use cases
- make http requests with axios-like api
- reduce bundle size by replacing axios
- wrap native fetch with a familiar api
- send json requests from the browser
- drop-in lightweight axios alternative
When to choose
- you want the Axios API but can't justify its bundle size
- you target modern browsers or build tools that polyfill fetch
- you need a tiny drop-in replacement for axios
When to avoid
- you need axios's full feature set like interceptors, progress events, or automatic retries
- you must support legacy browsers without fetch and no polyfill
- you prefer just using axios directly
Facets
library · maturity maintenance
http-client web-development frontend apis browser fetch-wrapper axios-api tiny-library bundle-size nodejs javascript
2 sources
- readme: https://github.com/developit/redaxios · fetched 2026-08-28 · 09326e804cb0
- registry_npm: https://registry.npmjs.org/redaxios · fetched 2026-08-29 · 27093a953edc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| developit/redaxios | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="developit/redaxios")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem