▲ Implementing Undo-Redo in React at ameyakarve.com▼1 up and 0 down, posted by eskimoblood 3818 days ago 4 comments
n1k0 3818 days ago. link parent 2 points ▲ ▼You're welcome. Sample implementation outside of react-forms: - https://github.com/n1k0/kept/blob/master/src/js/mixins/UndoStack.js - https://github.com/n1k0/kept/blob/master/src/js/components/KeptApp.jsx#L14-L29