multireducer
Reducer merger
Utility to create a single reducer from multiple copies of the same reducer
A utility to wrap many copies of a single Redux reducer into a single key-based reducer.
422 stars
13 watching
23 forks
Language: JavaScript
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
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 |
kwelch/entities-reducer | A high-order reducer for updating Redux state with normalized data from server requests | 5 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
yoshuawuyts/hyperreduce | A distributed reduce function on top of hypercore streams | 17 |
omnidan/redux-recycle | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
erikras/redux-form-material-ui | A set of wrapper components to integrate Material UI with Redux Form for building forms | 831 |
itsmepetrov/redux-combine-actions | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
maxkomarychev/merge-pal-action | Automates the merging of pull requests in GitHub repositories. | 32 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
koajs/compose | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,004 |
chiefgui/reswitch | A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
aparticka/redux-bacon | Utilities to integrate Bacon.js with Redux for state management | 4 |