Keep track of mutations and allow undo to state
I am trying to implement a history feature of a state received by Tanstack query. The user should be able to undo all the changes done to the state before it is actually sent back to the server. Does Tanstack Query provide an API for this "timeline" history? If so, can somebody point me in the right direction maybe with a good example?
1 Reply
graceful-beige•3y ago
Hi 👋
No, it doesn't. This is something you can implement yourself.