
Vue for React Devs: Differences
Lessons
1. Reacting to changes
2. Computed Properties
3. Props
4. Custom Events
5. Two-Way Data Binding
6. Form Submission
7. Slots
8. Lifecycle Hooks
9. Creating a more ambitious composable
10. The Journey Ahead
Computed Properties
Create computed properties and run callback functions whenever a state change occurs.