zustand-mutative
zustand-mutative copied to clipboard
Time travel
Hi, is there a possibility to have time travel functionality using this package, similar to use-travel?
@universse We might consider implementing it, however, it may appear as a separate lib.
cool. that's even better actually. was wondering why the core functionality was not a separate lib instead of being tied to react.
Perhaps there might be a very small portion of logic that is similar, but overall, the implementation logic of these time travels varies depending on the update method of the third-party state lib.
Was this ever implemented?
I will start implementing it soon.