
Vue 3 Composition API
Lessons
1. Why the Composition API
2. Setup & Reactive References
3. Methods
4. Computed Properties
5. The Reactive Syntax
6. Modularizing
7. Lifecycle Hooks
8. Watch
9. Sharing State
10. Suspense
11. Teleport
Lifecycle Hooks
Vue 3 introduces some new LifeCycle hooks. We’ll learn about those and how to call LifeCycle hooks from the Composition API.