Redux REST Adapter

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

A library for connecting REST APIs to Redux store without writing reducers and actions manually. Version 2.0.7 is stable, based on axios and promise-middleware. Compatible with json:api specification. Provides EntityApi class to generate CRUD actions and reducers automatically. Differentiates from other Redux REST libraries by its simplicity and promise-based async handling. Low maintenance and few downloads, but functional for basic CRUD needs.