What is Vuex?
In this episode we are going to take a look at Vuex, a state management library for Vue.js
I’m going to show you what are the advantages of using a system like Vuex in your Vue.js app versus not using it. So firstly we are going to take a look at how state management is done by default, see what is the problem with that approach, and then we are going to take a same example and make it use Vuex for state management. Fun times! :)