Let’s look back at what we’ve achieved
You have reached the very end of this book, and you are ready to go and experience Vue.js on your own. When learning new technologies, like you did in this book, it does not come easy, and it is possible that you will need to go back and revisit some of the topics that we covered during the course of the book.
In this section, we are going to have a quick recap of what we have learned and what we can accomplish with it. Going over a topic multiple times will not only help you memorize it, but it will also support you in understanding its meaning and therefore allow you to apply it to different use cases.
All about Vue.js
We started the book by learning about Vue.js and, most importantly, about its reactivity system. Across different frameworks, Vue.js’ reactivity is very powerful, and understanding it is a must if you want to improve your skills.
Next, we learned about Vue.js lifecycles. The framework works on...