1
00:00:00,860 --> 00:00:06,650
Welcome to this section of handling events in React.

2
00:00:07,100 --> 00:00:13,040
On to this point all what we have been doing is just displaying some data to the browser.

3
00:00:13,070 --> 00:00:19,130
What about if you want a user to take an action and that is what you call an event?

4
00:00:19,130 --> 00:00:26,720
So let's explain with some simple line saying that events are the mechanisms by which you respond to

5
00:00:26,720 --> 00:00:29,330
user input in React and then we add.

6
00:00:29,330 --> 00:00:35,480
The event handling system is designed to be extensible and flexible and it uses what is called the synthetic

7
00:00:35,480 --> 00:00:42,980
event system that is resilient to changes in the underlying DOM Well, so an event that we can take

8
00:00:42,990 --> 00:00:46,640
an application for example, is delete a data.

9
00:00:46,670 --> 00:00:54,680
I mean, I may request a data, we can submit a form, we can take some actions and that is what we

10
00:00:54,680 --> 00:00:56,390
call an event.

11
00:00:56,570 --> 00:01:02,660
So in this video we will talk about some of the rules of handling events in React.

