
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
Custom Events
Send data from a child component back to its parent component by defining, emitting and listening for custom events.