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

Migrate to Pinia from Vuex (breaking issue) #253

Open
marcodarko opened this issue Mar 26, 2024 · 1 comment
Open

Migrate to Pinia from Vuex (breaking issue) #253

marcodarko opened this issue Mar 26, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@marcodarko
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Vuex is no longer supported by Nuxt/Vue3, they now support Pinia. Although there is community plugins to make it work it's not a guaranteed way forward.

As a result the application cannot be built or worked on until we fix this.
Screenshot 2024-03-26 at 1 07 30 PM

Describe the solution you'd like
Fully migrate to Pinia https://pinia.vuejs.org/

Describe alternatives you've considered
This is a community plugin to make it work but still requires some restructuring of the files: https://github.com/vedmant/nuxt3-vuex/tree/master

Additional context
More on this issue: https://nuxt.com/docs/migration/configuration

@marcodarko marcodarko added the enhancement New feature or request label Mar 26, 2024
@marcodarko marcodarko self-assigned this Mar 26, 2024
@marcodarko
Copy link
Collaborator Author

Update: The version of Vuex that the DDE uses will continue to work so migration is NOT required anymore. However if we wanna use this library it will require a major refactor that involves changing the current solutions since a few of the Vuex features are not available on Pinia.

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

No branches or pull requests

1 participant