Introduction
Get to know what we will cover in this chapter and learn when to use Vuex in Vue applications.
We'll cover the following...
Vuex is an official library for global state management in Vue applications.
This chapter isn’t a thorough introduction, because we should have at least basic knowledge of Vuex’s work. In this chapter, we want to share useful ...