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 |
---|---|---|
| A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
| A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
| Enables immutable state in Redux reducers | 40 |
| Utility to create a single reducer from multiple copies of the same reducer | 422 |
| Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
| A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
| A utility for testing Redux reducers in isolation | 11 |
| A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
| A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,960 |
| A high-order reducer for updating Redux state with normalized data from server requests | 5 |
| A tool that automatically generates tests for reducers in Redux applications based on user interactions. | 495 |
| A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
| A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
| Simplifies Redux action creation by providing a decorator to automatically generate action types and payloads. | 42 |
| Optimistically applies actions to update state before committing them to the system | 776 |