charkour / zundo

🍜 undo/redo middleware for zustand. <700 bytes
https://codesandbox.io/s/zundo-2dom9
MIT License
597 stars 19 forks source link

how to delay save state into pastStates #180

Closed DatTN95 closed 1 month ago

DatTN95 commented 1 month ago

hi everyone, i want delay save state into pastStates Ex: i have flag state is isSave, if isSave = true, allow save state to pastStates, if isSave = false skip save. Can do it? Tks all!

DatTN95 commented 1 month ago

after search topic i see it like this issue https://github.com/charkour/zundo/issues/71 i will close post tks!