react-flow-chart
react-flow-chart copied to clipboard
`Undo` and `Redo` actions
How can I implement Undo and Redo actions?
Hi @q-bird, I am working on this feature, but first I need to finish the redux implementation, with that I can advance with the undo / redo.
@ielijose Thanks for your reply. Currently I have to create redux manually and use redux-undo for that feature. But if you can integrate all to the library, it will be greate and efficient!