In this chapter, we have continued our exploration of modern web frameworks with Vue.js. We hope that you're enjoying the trip as much as we are!
We have seen that Vue.js has many similarities with Angular, but is also much lighter than its larger cousin. Vue has its own merits, and clearly its learning curve is not as steep as Angular's.
We have actually covered a good portion of the basic features of Vue, which should have given you a decent overview of its capabilities.
We hope you have appreciated how simple it was for us to use TypeScript with Vue.js and its surrounding libraries. Overall, the level of support for TypeScript is quite good already, and the next few iterations of Vue.js will keep on improving the situation. There's no doubt about it: TypeScript is gaining in popularity and is here to stay.
In this chapter, we have also discussed state...