Vue 3 Composition API

Lessons

1. Why the Composition API

7:41

2. Setup & Reactive References

4:08

3. Methods

1:50

4. Computed Properties

1:31

5. The Reactive Syntax

3:04

6. Modularizing

2:14

7. Lifecycle Hooks

3:11

8. Watch

3:40

9. Sharing State

6:03

10. Suspense

4:28

11. Teleport

5:40

The Reactive Syntax

Up until now we’ve been using Reactive References to wrap our JavaScript primitives in objects to make them reactive. How