feaxios
JSON →feaxios is a lightweight (2KB) wrapper around the native Fetch API that provides an API almost identical to Axios, including interceptors, configurable timeouts, request/response transforms, and built-in retry support via a dedicated subpackage. Current stable version is 0.0.23, released as an early-stage package with pre-1.0 stability. Key differentiators vs Axios: 80% smaller bundle, no XMLHttpRequest dependency, zero polyfills required in modern browsers. Ideal for bundle-size-sensitive projects that want to migrate from Axios to native fetch without rewriting request logic. Ships TypeScript types. Released under MIT license.