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

Computed Properties

In the previous lesson, we talked about the template being an implicit subscriber of the component’s state. But what about explicit subscriber?

An example of that would be a computed property. Let’s see how to apply that in our app.


Compu