redux-modifiers
Reducer helpers
A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures
A collection of generic functions for writing redux reducers to operate on various data structures
157 stars
4 watching
3 forks
Language: JavaScript
last commit: over 8 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 |
chiefgui/reswitch | A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
erikras/multireducer | Utility to create a single reducer from multiple copies of the same reducer | 422 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
amsardesai/redux-test-reducer | A utility for testing Redux reducers in isolation | 11 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
kwelch/entities-reducer | A high-order reducer for updating Redux state with normalized data from server requests | 5 |
conorhastings/redux-test-recorder | A tool that automatically generates tests for reducers in Redux applications based on user interactions. | 495 |
danrigsby/redux-reducer-side-effects | A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
omnidan/redux-recycle | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
grigory-leonenko/redux-easy-actions | Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
forbeslindesay/redux-optimist | Optimistically applies actions to update state before committing them to the system | 776 |