Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
> Lesson 14

Vue essentials - Custom events

We're now familiar with using props as a mechanism for passing data from a parent to a child. And we know that props are specifically designed to be a one-way channel to ensure that the app state is predictable.

But what if we need to send data in the opposite direction, from child to parent? The mechanism that Vue provides for this is custom events, which will be the subject of this lesson.

Events


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom