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

Custom Events

In the previous lesson, we used props to send data from the App component to the ProductDisplay component. In this lesson, we’re going t