eswat2 / git-notes

build the Github Note Taker app using Vue 3 and Vite..
https://git-notes-eswat2.vercel.app
5 stars 0 forks source link

Convert to an Immutable store?? #4

Open eswat2 opened 6 years ago

eswat2 commented 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...

eswat2 commented 6 years ago

https://vuex.vuejs.org/en/intro.html

eswat2 commented 6 years ago

will probably leave this with a global event bus