-
Notifications
You must be signed in to change notification settings - Fork 1
Experiment: Migrate from Vuex to Pinia #225
Copy link
Copy link
Closed
Labels
Help WantedExtra attention is neededExtra attention is needed
Description
Pinia is the current recommended State Management solution for Vue right now. The TypeScript support, DevTools, and the removal of the mutations layer all make a lot of sense. Would be nice to have help migrating the current modules into the Pinia API.
https://pinia.vuejs.org/cookbook/migration-vuex.html
- Restructuring Modules to Stores
- Convert each module
- Update each Vuex component usage -> Pinia
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Help WantedExtra attention is neededExtra attention is needed