redaxios

JSON →
library 0.5.1 ·javascript
verified Jun 7, 2026

A tiny, 800-byte wrapper around the native Fetch API that provides the same API as Axios. Version 0.5.1 is the latest stable release. It is designed as a lightweight alternative to Axios for modern browsers and environments where Fetch is available. Unlike Axios, it has no built-in progress events, no automatic JSON parsing for errors, and no support for older browsers without a fetch polyfill. It is best suited for reducing bundle size when full Axios is not needed.