Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add normalized-reducer #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions entity-collection-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down