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

Props

So far we’ve only had one component for the entire app. In this lesson, we’ll extract some code to a second component called ProductDisplay. And we’ll talk about how to set up props so that we can pass data from the App component to the **Product