In the previous two lessons, we reviewed how Nuxt provides an asyncData
hook to make Axios calls server or client-side before a component is loaded. As you may already know, as your application grows it becomes important to use a Vuex store to manage state. In this less