Consider switching from Vuex to SBP-based store #588
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
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).
The text was updated successfully, but these errors were encountered: