VueX is a library for implementing state management in Vue apps.
It centralizes application state into one global application-wide store
The store creates the global state object
Mutations change the state
Actions call mutations to change state
VueX is a library for implementing state management in Vue apps.
It centralizes application state into one global application-wide store
The store creates the global state object
Mutations change the state
Actions call mutations to change state