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

Refactor Vuex store #108

Open
dchiquito opened this issue May 3, 2021 · 0 comments
Open

Refactor Vuex store #108

dchiquito opened this issue May 3, 2021 · 0 comments

Comments

@dchiquito
Copy link
Contributor

The Vuex store implements practically no mutations and manipulates state directly instead. This makes Vuex almost entirely non-reactive and largely invalidates using Vuex at all.

We should either refactor the store to use mutations wherever it currently sets state directly, or remove Vuex entirely.

@dchiquito dchiquito added this to Triage (Needs Grooming) in Sprint Board (4 week) via automation May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Sprint Board (4 week)
  
Triage (Needs Grooming)
Development

No branches or pull requests

1 participant