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

Consider switching from Vuex to SBP-based store #588

Open
taoeffect opened this issue Jul 4, 2019 · 0 comments
Open

Consider switching from Vuex to SBP-based store #588

taoeffect opened this issue Jul 4, 2019 · 0 comments
Labels
App:Frontend Kind:Core Anything that changes or affects the fundamental core data structures & design of the application. Kind:Enhancement Improvements, new features, performance upgrades, etc. Level:Advanced

Comments

@taoeffect
Copy link
Member

taoeffect commented Jul 4, 2019

Problem

Although Vuex is very nice and has great dev UI support via the vuejs browser extension, it ties us to Vue and makes switching to something like Svelte (#587) (or any other framework that comes along) more difficult.

Also, Vuex does represent another dependency that we can potentially get rid of (#372).

Solution

Create an SBP-based alternative to Vuex, in a way that's compatible with Svelte (and ideally arbitrary frameworks).

@taoeffect taoeffect added Kind:Enhancement Improvements, new features, performance upgrades, etc. App:Frontend Level:Advanced Kind:Core Anything that changes or affects the fundamental core data structures & design of the application. labels Jul 4, 2019
@taoeffect taoeffect self-assigned this Jul 4, 2019
@taoeffect taoeffect removed their assignment Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Core Anything that changes or affects the fundamental core data structures & design of the application. Kind:Enhancement Improvements, new features, performance upgrades, etc. Level:Advanced
Projects
None yet
Development

No branches or pull requests

1 participant