...

/

Introduction to Event Handling

Introduction to Event Handling

Get introduced to how React handles interaction between a user and the interface.

We'll cover the following...

Why is event handling important?

The interaction between a user and the interface is a fundamental part of developing applications with complex user interfaces, especially with events.

When we click a button, something happens. When we write text into an input field, ...