redux-undo
:recycle: higher order reducer to add undo/redo functionality to redux state containers (by omnidan)
redux-ecosystem-links
A categorized list of Redux-related addons, libraries, and utilities (by markerikson)
redux-undo | redux-ecosystem-links | |
---|---|---|
4 | 4 | |
2,906 | 5,233 | |
0.0% | 0.0% | |
2.1 | 0.0 | |
over 1 year ago | almost 2 years ago | |
JavaScript | ||
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-ecosystem-links
Posts with mentions or reviews of redux-ecosystem-links.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-10.
-
How We Rebuilt React DevTools with Replay Routines
Yeah, from 2016-2018 I spent a lot of time cataloguing Redux-related libraries in the ecosystem, and I definitely saw several addons that were meant to record Redux actions and send them to a server for devs to use in debugging. Totally feasible! (and tbh that's the kind of thing Redux was meant to enable in the first place.)
- best options for persisting redux toolkit state to browser session storage?
- Is redux toolkit essential to project with react or should I be good with basic redux
-
What are some problems with Redux?
FWIW, there are some various other third-party replacements for combineReducers that might be useful (see https://github.com/markerikson/redux-ecosystem-links/blob/master/reducers.md ), but you'd have to specifically choose to use them yourself, and on top of that createSlice wouldn't be expecting a third arg or pass it through to its case reducers.
What are some alternatives?
When comparing redux-undo and redux-ecosystem-links you can also consider the following projects:
star-history - The missing star history graph of GitHub repos - https://star-history.com
take-action - This is an action to assign yourself to an issue for a repo you are not a contributor to.
engine - Tracks contractual documents and exposes changes to the terms of online services.
setup-hurl - Set up your GitHub Actions workflow with a specific version of Hurl
responsively-app - A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
eso-addons - Cross platform Elder Scrolls Online CLI mod manager