Y
Hacker News
new
|
ask
|
show
|
jobs
by
russellpekala
1451 days ago
I do find redux super helpful for undo/redo (as mentioned in the article) and have not found a similar library for another state management solution that can do quite what I need there.
1 comments
wruza
1450 days ago
You probably know it, but a friendly reminder: undo is just a callback doing a backwards operation, in an array named “undo stack”.
link