1
00:00:00,600 --> 00:00:01,950
Welcome back.

2
00:00:01,980 --> 00:00:07,650
We are still on explaining what is remarked on to this point.

3
00:00:07,680 --> 00:00:11,880
I believe we got a lot of technical terms in your two birds.

4
00:00:12,090 --> 00:00:17,160
So when we say React is a decorative programming language.

5
00:00:17,370 --> 00:00:19,440
What is the creative here?

6
00:00:19,530 --> 00:00:20,880
Decorative here.

7
00:00:20,910 --> 00:00:21,830
Okay, cool.

8
00:00:22,080 --> 00:00:24,180
So let's get going.

9
00:00:24,480 --> 00:00:32,800
React is a decorative API and API two is covered in details and the back end development of this course.

10
00:00:32,820 --> 00:00:44,170
So React is a decorative API, which means that React describes what should happen when an event occurs.

11
00:00:44,190 --> 00:00:49,320
Rather than specifying how to handle the event.

12
00:00:49,560 --> 00:00:51,120
And that is a cool thing.

13
00:00:51,120 --> 00:00:56,100
I like about React when I trigger some functions.

14
00:00:56,100 --> 00:01:04,980
I don't care about how to handle that function, but what I'm waiting for is give me the feedback,

15
00:01:04,980 --> 00:01:05,610
right?

16
00:01:05,610 --> 00:01:13,710
So let's, let's have a look at this picture and explain with some pictures to understand what is decorative

17
00:01:13,740 --> 00:01:14,280
here.

18
00:01:15,660 --> 00:01:17,040
Let's take that.

19
00:01:17,040 --> 00:01:19,770
This airplane is react.

20
00:01:19,980 --> 00:01:20,460
Right.

21
00:01:20,460 --> 00:01:21,830
And there's a pilot.

22
00:01:21,840 --> 00:01:25,050
That is what I mean, moving the airplane.

23
00:01:25,380 --> 00:01:30,270
So the pilot here is we, the React developers.

24
00:01:30,660 --> 00:01:35,070
And our purpose is to get to this destination.

25
00:01:35,490 --> 00:01:43,140
So this airplane is react and move into this destination is what we are requesting for.

26
00:01:43,590 --> 00:01:51,210
So when I call the function, the internals of the airplane, how it's going to be hang in the air or

27
00:01:51,210 --> 00:01:54,600
how it's going to be moving around, I don't care about that.

28
00:01:54,690 --> 00:01:58,770
All I care most is what place gets me to my destination.

29
00:01:59,010 --> 00:02:00,480
It means the corrective.

30
00:02:01,300 --> 00:02:02,730
How it's been done.

31
00:02:02,740 --> 00:02:07,840
We don't care about it, but how they're just going to be out after you call.

32
00:02:07,840 --> 00:02:11,100
The function is what you call the creative here.

33
00:02:11,470 --> 00:02:12,040
That's all.

34
00:02:12,040 --> 00:02:16,570
What about React is doing or React is or thereabouts.

35
00:02:16,750 --> 00:02:24,670
So in the next video we will talk about some of the advantages of learning react js.

