redux-undo
Undo reducer
A utility function for enhancing reducers with undo functionality in Redux state containers.
higher order reducer to add undo/redo functionality to redux state containers
3k stars
24 watching
188 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 2 awesome lists
historyreactredoreduxredux-stateredux-undoundo
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-recycle | A utility that helps reset Redux state to a defined initial value upon specific actions | 146 |
nilsmehlhorn/ngrx-wieder | A solution for implementing undo-redo functionality in Angular applications using NgRx and Immer.js | 127 |
omnidan/redux-ignore | A higher-order reducer that enables the selective ignoring of Redux actions to improve performance in large applications. | 843 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,852 |
danielearwicker/json-mobx | A library that provides undo/redo and persistence functionality for MobX-based applications using JSON serialization | 85 |
zackargyle/redux-immutable-reducer | Enables immutable state in Redux reducers | 40 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,512 |
fxmisc/undofx | A JavaFX-based undo manager that supports arbitrary types of change objects and provides features like merging and marking positions in the history. | 98 |
rematch/rematch | A state management library for JavaScript applications that reduces Redux boilerplate and enforces best practices. | 8,473 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,536 |
debugloop/telescope-undo.nvim | An extension for viewing and searching an undo tree in Neovim | 674 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,803 |