The Vue script setup syntax lets you clean up your Vue script area when you're using the Composition API. Variables and imports are automatically shared with your template, there's less boilerplate code, and it's faster in runtime performance!
In this series, we'll cover everything you need to know about working with the script setup syntactic sugar.
With Vue 3 comes a brand new way to define component logic. This function-based API gives you everything you're used to, but allows for more flexibility and better code and project organisation. This course covers everything you need to know.
A roundup of what's new in Vue 3, including a dive into the Composition API and plenty of practical examples.