How to implement undo/redo with Inertia? #839
Unanswered
eta-orionis
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm wondering about how to best implement multilevel "undo/redo" in a Laravel app with Inertia. I am familiar with how to implement undo/redo in a "pure" SPA, but I can't seem to find any resources about undo/redo with Inertia. Specifically:
I'd appreciate some guidance on how to approach the problem and how an example solution could look like. (I can even extend the Inertia documentation with whatever best practices and solutions come up in this thread.)
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions