Redux REST Tools

JSON →
library 0.7.3 ·javascript
verified Jun 7, 2026

An opinionated library for handling REST API calls in Redux apps, providing action creators, reducer generation, state normalization, and a middleware for async request flow. Current version 0.7.3, stable. Release cadence is low; last release was in 2017. Key differentiators: uses redux-actions for FSA-compliant actions, immutable.js for normalized state shape (result, entities, ui, errors), and axios for HTTP. Designed for performance and state consistency.