rereduce
Reducer optimizer
A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers.
Reducer library for Redux
163 stars
10 watching
5 forks
Language: JavaScript
last commit: about 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A collection of utility functions to simplify the creation of Redux reducers by providing generic ways to manage and update state structures | 157 |
| Enables immutable state in Redux reducers | 40 |
| Utility to create a single reducer from multiple copies of the same reducer | 422 |
| A utility for testing Redux reducers in isolation | 11 |
| A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax | 38 |
| A high-order reducer for updating Redux state with normalized data from server requests | 5 |
| A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
| Optimistically applies actions to update state before committing them to the system | 776 |
| An extension of Redux for improving its performance by dynamically importing and executing reducers in O(1) speed | 133 |
| A tiny JavaScript library for creating state machines in Redux apps. | 336 |
| A tool that automatically generates tests for reducers in Redux applications based on user interactions. | 495 |
| A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
| A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
| Utility for optimizing HTML documents by removing unnecessary characters and attributes | 90 |
| Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. | 459 |