Summary
We have now reached the end of this fairly theory-heavy chapter, and this was required for us to get started with our app-building process. In this chapter, we have learned what makes Vue.js different from the other frameworks by analyzing its reactivity system. We then broke down the composition of a Vue.js SFC, also known as a .vue
file, and we walked through a Vue.js component’s lifecycle by analyzing all the different lifecycle hooks available within the framework.
In the middle of the chapter, we learned the main differences between Composition API and Options API by exploring them using sample components.
In the next chapter, we will start to learn Vue.js by starting to build our Companion App. This will be the beginning of your long journey from being a complete beginner to an experienced Vue.js developer.