rereduce

Reducer optimizer

A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers.

Reducer library for Redux

GitHub

163 stars
10 watching
5 forks
Language: JavaScript
last commit: almost 6 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
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
amsardesai/redux-test-reducer A utility for testing Redux reducers in isolation 11
chiefgui/reswitch A tool to simplify reducer writing by reducing boilerplate and providing a concise syntax 38
kwelch/entities-reducer A high-order reducer for updating Redux state with normalized data from server requests 5
omnidan/redux-recycle A utility that helps reset Redux state to a defined initial value upon specific actions 146
forbeslindesay/redux-optimist Optimistically applies actions to update state before committing them to the system 776
dogada/fast-redux An extension of Redux for improving its performance by dynamically importing and executing reducers in O(1) speed 133
mheiber/redux-machine A tiny JavaScript library for creating state machines in Redux apps. 336
conorhastings/redux-test-recorder A tool that automatically generates tests for reducers in Redux applications based on user interactions. 495
andersdjohnson/redux-reducer-async A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. 14
danrigsby/redux-reducer-side-effects A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. 3
rehypejs/rehype-minify Utility for optimizing HTML documents by removing unnecessary characters and attributes 90
refactorfirst/refactorfirst Identifies highly coupled classes and class cycles in Java codebases to prioritize refactoring efforts. 457