Vue for React Devs: Differences

Lessons

1. Reacting to changes

1:55

2. Computed Properties

6:04

3. Props

4:58

4. Custom Events

3:37

5. Two-Way Data Binding

2:54

6. Form Submission

3:28

7. Slots

4:20

8. Lifecycle Hooks

2:32

9. Creating a more ambitious composable

4:20

10. The Journey Ahead

0:28

Creating a more ambitious composable

We’re going to combine what we’ve learned about the Reactivity API and lifecycle hooks to create a more ambitious composable useCart.

It will be responsible for handling all the cart-related a