redux-db

JSON →
library 0.9.17 ·javascript maintenance
verified Jun 5, 2026

redux-db is a state normalizer and ORM for Redux that provides a structured way to manage normalized relational data in your Redux store. The current stable version is 0.9.17, with a low release cadence (last major update in 2018). It offers a schema-based data modeling approach with automatic normalization and denormalization, making it suitable for complex state shapes with relationships. Key differentiators include a built-in query system for filtered and paginated data access, and seamless integration with Redux's reducer pattern. Unlike other solutions, it provides a more opinionated structure similar to an ORM, but may lack active maintenance.