Check out a free preview of the full React.js (with Introduction to Flux Architecture) course:
The "Understanding Events" Lesson is part of the full, React.js (with Introduction to Flux Architecture) course featured in this preview video. Here's what you'd learn in this lesson:
One way to add events to DOM element in React is within the JSX code. Events can be added inline as a prop. Custom parameters can be passed to event handlers by utilizing the bind() method. Ryan demonstrates this technique and answers a few audience questions about debugging.