Skip to content
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

Use pinia to replace vuex #609

Closed
Rotzbua opened this issue Feb 26, 2023 · 1 comment · Fixed by #656
Closed

Use pinia to replace vuex #609

Rotzbua opened this issue Feb 26, 2023 · 1 comment · Fixed by #656

Comments

@Rotzbua
Copy link
Contributor

Rotzbua commented Feb 26, 2023

Vue2 is EOL by the end of the year. Migration is difficult. The new default store with vue3 is pinia which also supports vue2. For this reason migration to pinia as store is a good step. Furthermore pinia supports typescript out of the box.

Pinia can be used in parallel to the existing vuex store.

Homepage:
https://pinia.vuejs.org/

Migration:
https://pinia.vuejs.org/cookbook/migration-vuex.html#converting-a-single-module

@Cepheid-UK
Copy link
Member

I think it would be good to migrate to Vue3 entirely, I believe the main thing holding us back was Vuetify support for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants