redux-api

JSON →
library 0.12.0 ·javascript maintenance
verified Jun 7, 2026

A library for generating Redux actions and reducers from API endpoint definitions, eliminating boilerplate for AJAX calls. The current stable version is 0.12.0. It supports flexible adapters for making HTTP requests (default: isomorphic-fetch) and transformers for response data. Key differentiators: it handles endpoint configuration with URL parameters, provides scoping for multiple instances, and does not prescribe a specific HTTP library. Release cadence is low; updates are infrequent. Compared to alternatives like redux-rest, it offers a simpler API and adapter pattern.