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 7 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
| | A utility for testing Redux reducers in isolation | 11 |
| | Enables immutable state in Redux reducers | 40 |
| | A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
| | A high-order reducer for updating Redux state with normalized data from server requests | 5 |
| | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
| | A distributed reduce function on top of hypercore streams | 17 |
| | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
| | A set of wrapper components to integrate Material UI with Redux Form for building forms | 831 |
| | Middleware that combines async actions into a single dispatch sequence or parallel execution | 163 |
| | Automates the merging of pull requests in GitHub repositories. | 32 |
| | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| | Utility to combine multiple middleware functions into a single cohesive piece of software | 1,005 |
| | A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
| | Utilities to integrate Bacon.js with Redux for state management | 4 |