Over the last three chapters, you have learned how to initialize a new Vue instance, what the meaning behind computed, method, and data objects are, and how to list out data from an object and manipulate it to be displayed correctly. You have also learned how to make components and what benefits there are to keeping your code clean and optimized.
In the next section of the book, we are going to introduce Vuex, something which helps us store and manipulate stored data better.