Please enable JavaScript.
Coggle requires JavaScript to display documents.
Vuex (What problems does it solve? (Abstraction of data from presentation,…
Vuex
-
Tips
-
If you only have one module, you probably didn't need VueX in the first place. If you didn't need it, then you probably weren't building a real world application
-
Start by writing the store of your components - break each section down into a list of the actions, mutations, state and getters that will be needed
Split your files - getters.js, mutations.js etc. in the real world it will almost always be helpful
-
-
-