group-income icon indicating copy to clipboard operation
group-income copied to clipboard

Consider switching from Vuex to SBP-based store

Open taoeffect opened this issue 5 years ago • 0 comments

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 avatar Jul 04 '19 01:07 taoeffect