-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stonecrop] Undo in Pinia #115
Comments
I was checking the pinia-undo library and it seems like it'll work for basic use cases out of the box. However, if we wanted more control over the history stack, VueUse seems to have something called The only significant downside of not using pinia-undo that I can think of (maybe?) is in cross-context applications, as we'll need to deploy the composable every time a store is used in each individual context. PS: Here's an example implementation of What do you guys think? |
@Alchez I think you're right, we should use the VueUse approach |
@agritheory since the Should we have the |
@Alchez I think that's fine. We will want to add a comment about it in the story file |
https://github.com/wobsoriano/pinia-undo
We want to be able to programmatically re-apply or undo changes to state, related to #102
The text was updated successfully, but these errors were encountered: