redux-undo
:recycle: higher order reducer to add undo/redo functionality to redux state containers (by omnidan)
redux-toolkit
The official, opinionated, batteries-included toolset for efficient Redux development (by reduxjs)
redux-undo | redux-toolkit | |
---|---|---|
4 | 307 | |
2,906 | 10,902 | |
0.0% | 0.7% | |
2.1 | 9.6 | |
over 1 year ago | 9 days ago | |
JavaScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
redux-undo
Posts with mentions or reviews of redux-undo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-07.
-
Adding undoable to a reducer causes immer exception
worth noting that they're using redux-undo instead of redux-undoable
-
How are things like undo/redo implemented?
Here is an example implementation in Redux: https://github.com/omnidan/redux-undo
-
What are some problems with Redux?
As for undoing, my personal opinion is that it is never required. After all, undoing an action is really just dispatching a new action with the information to repopulate which you can compute on the fly. An added benefit of this method is your action history is always moving forward, never backwards. That being said, this redux-undo library might help. Note, I have never used it, but it does come back to my point that middleware are usually the solution.
-
Best way to know what page a user just came from?
If you wanna get fancy, you could do something like redux undo.
redux-toolkit
Posts with mentions or reviews of redux-toolkit.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-11.
-
Modern State Management Libraries for React: A Comparative Guide
Redux Toolkit offers a robust and predictable framework that scales well with large applications.
-
Why Redux Toolkit Outshines Traditional Redux for Modern State Management? 🚀
Redux Toolkit Official Docs
-
Must-Know React Native Libraries for Faster Mobile App Development in 2025 🚀
8. Redux & Redux Toolkit – State Management Simplified 🧠
-
What is Redux Toolkit: When and How to use it Effectively?
Redux is a predictable state management tool for JavaScript apps. A state is something that keeps the app running for example when you are asked to select gender in a website, the state is either male or female.
-
Why Zustand suceed in the React state management war?
I said the wrong shape, because I think that, if redux-toolkit was the version people used a lot in the past, their views on redux would be different today. Being more positive, than it is.
-
Getting Started with Redux and Redux Toolkit
So you can imagine how much more we'd need to write to introduce reducers and actions in a real-world application. This is where Redux ToolKit comes in very handy.
-
Simplifying State Management with Redux Toolkit: A Complete Guide
Redux Toolkit Documentation
-
A mid-career retrospective of stores for state management
Redux is rather overkill in today's front end ecosystem if you're building an MVP, and as of late more have been using redux-toolkit or useReducer to update slices of state.4
-
React 19 Finally Stable, New Rust-Based JavaScript Framework, New Developer Tools, and more
React 19 Async Features Boa v0.20 Rust-Powered Engine Safari 18.2 Developer Updates Redux Toolkit 2.5 Termo Civet Rockpack
-
Building a Scalable URL Shortener with Node.js (Part 2/2)
RTK Query: A data-fetching and state management tool for making API requests to our backend.
What are some alternatives?
When comparing redux-undo and redux-toolkit you can also consider the following projects:
star-history - The missing star history graph of GitHub repos - https://star-history.com
redux-saga - An alternative side effect model for Redux apps
engine - Tracks contractual documents and exposes changes to the terms of online services.
zustand - 🐻 Bear necessities for state management in React
responsively-app - A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
SWR - React Hooks for Data Fetching