Redux API Call Fetch Adapter

JSON →
library 1.1.1 ·javascript
verified Jun 7, 2026

A fetch-based adapter for redux-api-call that enables making API requests via the HTML5 Fetch API. Current stable version is 1.1.1, with low release cadence. Provides a lightweight alternative to other adapters (e.g., axios) by leveraging native fetch. Requires redux-api-call as a peer dependency. Primarily used in Redux-based React apps where fetching via fetch is preferred.