MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

`Undo` and `Redo` actions #159

Open q-bird opened 4 years ago

q-bird commented 4 years ago

How can I implement Undo and Redo actions?

ielijose commented 4 years ago

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.

q-bird commented 4 years ago

@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!