diff --git a/entity-collection-management.md b/entity-collection-management.md index 4582253..b3f0da8 100644 --- a/entity-collection-management.md +++ b/entity-collection-management.md @@ -11,6 +11,10 @@ https://github.com/tommikaikkonen/redux-orm A small, simple and immutable ORM to manage relational data in your Redux store. Provides a Model-like interface on top of a portion of your store, allowing you to define relations between Models, store values as "tables" in your state, and make immutable updates by assigning values to Model fields. +- **normalized-reducer** + https://github.com/brietsparks/normalized-reducer + A higher-order reducer for managing normalized state without reducer/action boilerplate. Pass in relational schema, and get back reducers, actions, and selectors that behave according to the schema. Integrates with Normalizr. + - **redux-entities-reducer** https://github.com/luskhq/redux-entities-reducer A Redux reducer for handling entities