entities-reducer
Entity Updater
A high-order reducer for updating Redux state with normalized data from server requests
Redux high order reducer for FSA normalized payloads
5 stars
3 watching
2 forks
Language: JavaScript
last commit: 11 months ago
Linked from 1 awesome list
entitiesentities-reducernormalizerreducerredux
Related projects:
Repository | Description | Stars |
---|---|---|
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
calvinfroedge/redux-modifiers | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
leedavis81/drest | A library to quickly expose Doctrine entities as REST resources with simple configuration and annotations. | 87 |
kvoti/redux-rest | Automatically generates Redux action creators and reducers for REST APIs | 180 |
substantial/updeep | Makes updating deeply nested objects and arrays in an immutable manner | 1,188 |
deepcake/chickens | An example of using an entity-component system framework with game engines and physics libraries to create interactive content | 1 |
satantime/ngrx-entity-relationship | Provides a set of utility functions to simplify relationships between entities in Redux or NGRX stores | 43 |
chiefgui/reswitch | A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
jonschlinkert/normalize-pkg | Tools to normalize package.json data for better compatibility and readability | 18 |
forbeslindesay/redux-optimist | Optimistically applies actions to update state before committing them to the system | 776 |