Redux Rest Resource

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

Redux Rest Resource (v0.29.3) generates Redux types, actions, and reducers for REST API interactions. It reduces boilerplate by automatically creating CRUD operations from a simple resource definition. Requires redux-thunk for async actions and a fetch polyfill for environments without native fetch. Ships TypeScript types. Released in 2016 and currently in maintenance mode with no major updates since 2018. Alternatives include redux-query and RTK Query.