Vuex - Vue State Management - Part II - State & Getters
Setting up the state and the getters are the next thing on our list after we have set up the store for our project as explained in part I of this blog.
What is a state?
The state in our store is an object. It is like the data we have in an individua...
blog.akshaythekkath.com6 min read