Vuex is a state management library for Vue applications. In this lesson, we'll go through an imaginary app and look at two different ways to handle the application data. By the end of this introductory lesson to Vuex, you'll have a deeper understanding of how Vuex works and the benefit of using Vuex as a centralized store.
We'll also answer the frequently asked question of when to use Vuex.