redux-recycle
State refresher
A utility that helps reset Redux state to a defined initial value upon specific actions
higher-order reducer to reset the redux state on certain actions
146 stars
2 watching
11 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
omnidan/redux-undo-boilerplate | A boilerplate with hot reloading and error handling tools for building state management applications | 121 |
omnidan/redux-ignore | A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications. | 843 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
adam-golab/redux-phoenix | A library that enables automatic storage and restoration of Redux state across sessions. | 71 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
acstll/chopped-redux | A simplified implementation of a predictable state container for JavaScript applications | 1 |
angular-redux/ng-redux | A tool that integrates Redux with Angular applications to manage global state and side effects in a structured way. | 1,159 |
slorber/rereduce | A Redux reducer library that optimizes state management by memoizing and linking dependencies between reducers. | 163 |
izaakschroeder/redux-lift | A library that provides store composition mechanisms for managing complex state trees and applications with different action or store needs | 9 |
omnidan/redux-undo | A utility function for enhancing reducers with undo functionality in Redux state containers. | 2,905 |
redux-zero/redux-zero | A lightweight state container library for managing application state in React and other frameworks | 1,967 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
anish000kumar/redux-box | A tool for organizing and managing application state in a modular fashion while simplifying redux-saga interactions. | 708 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |