React: Introduction to Event Handling

Difficulty: Beginner
Duration: 5 minutes and 39 seconds
Students: 29

This lesson teaches you how to implement event handlers in your JSX when working with React. Event handlers are functions that are triggered in response to certain events that occur in the browser.

Learning Objectives

  • Discover how to create an event handler function
  • Work out how to bind click events to UI elements using the onClick Prop
  • Learn how to reference an event handler function inside of onClick props

Intended Audience

  • This lesson is intended for anyone who wants to learn about React

Prerequisites

  • A basic understanding of JavaScript
Covered Topics