Category Archives: vuex

Home Archive by category "vuex"
Screen-Shot-2018-11-27-at-2.03.40-PM
Let’s meet our hero – “The Vuex”! Vuex is a state management library that is used commonly in vue.js. But why do we use it? Vuex is very much useful in passing the data from one component to another component. We can pass data from the parent component to child component using props, but...