Redux-ORM

JSON →
library 0.16.2 ·javascript maintenance
verified Jun 4, 2026

Redux-ORM simplifies managing normalized relational data in Redux stores by providing a declarative schema layer. Current stable version 0.16.2 is maintained with low release cadence. Key differentiators: it brings ORM concepts (models, fields, sessions) to Redux, enabling querying and updates without manual normalization/down-normalization. Unlike manual normalization, it reduces boilerplate and prevents inconsistencies, but requires understanding of relational modeling.