Vuex is a centralized state management architecture for building client-side web applications. It exploits the Vue.js reactivity system to perfectly integrate into Vue.js applications.
In this book, you will understand why centralized state management is important, how it works, and how you can empower your Vue.js applications with Vuex. Finally, you will learn about the Vuex plugin system and use it to enrich your Vuex applications.