omnidan / redux-undo

:recycle: higher order reducer to add undo/redo functionality to redux state containers
MIT License
2.91k stars 188 forks source link

multiple Reducers in redux-undo #296

Open motionrus opened 2 years ago

motionrus commented 2 years ago

I have multiple reducers and want to be able to manage the state of all reducers. Tell me, is it possible to store the order of changes of several Reducers somewhere?

if I wrap each reducer in redux-undo, then the undo state will be executed at the same time for each reducer