Summary
This chapter might be one of the most challenging chapters so far because of the state management concept. Nevertheless, learning how to do state management is invaluable. You have learned how to send HTTP requests using Axios. You have discovered the idea of state management in big applications.
You have also learned how to use Vuex and Vuex's parts, such as the store, modules, actions, mutations, and getters.
In the next chapter, we will build functionalities for sending POST, DELETE, and PUT HTTP requests in Vue.js with Vuex.