Creating a single source of truth in your application gives you the power to simplify the flow of your data, enabling the reactivity of the data to flow into another perspective, where you are not tied to a parent-child relationship anymore. The data can now be stored in a single place and everyone can fetch or request data.
In this recipe, we will learn how to install the Vuex library and create our first single store, and how we can manipulate it with reactive actions and data getters.