Open eswat2 opened 6 years ago
Would an immutable store make this code cleaner or is that overkill for a small app like this?
Options:
The primary goal is to isolate the store so that is is effectively immutable except via actions...
https://vuex.vuejs.org/en/intro.html
will probably leave this with a global event bus
Would an immutable store make this code cleaner or is that overkill for a small app like this?
Options:
The primary goal is to isolate the store so that is is effectively immutable except via actions...