1
00:00:01,080 --> 00:00:09,780
Before we get started with React, let's look at the requirement before learning React.

2
00:00:10,020 --> 00:00:18,810
One of them is you need to be familiar with basics of JavaScript and to be more precise, some of the

3
00:00:18,810 --> 00:00:24,300
new features of JavaScript that the essays features when it comes to JavaScript.

4
00:00:24,750 --> 00:00:32,090
And then you need to be familiar with HTML and CSS, the basics one not the advanced concept of all

5
00:00:32,100 --> 00:00:34,680
these concepts or skills here.

6
00:00:35,100 --> 00:00:42,830
And most importantly, if we are able to create or have been able to create a simple application by

7
00:00:42,840 --> 00:00:49,140
ourself using HTML, CSS and JavaScript, then thumbs up, you are good to go.

8
00:00:49,830 --> 00:00:56,940
Until this point we have built a couple of projects, many of them using JavaScript, CSS and JS as

9
00:00:56,940 --> 00:00:57,360
well.

10
00:00:58,290 --> 00:00:59,040
All right, cool.

11
00:00:59,070 --> 00:01:00,150
So don't worry.

12
00:01:00,420 --> 00:01:09,030
I was told explain everything I write when it comes to React code to better understand the whole of

13
00:01:09,030 --> 00:01:10,070
React.

14
00:01:10,080 --> 00:01:10,500
All right.

15
00:01:11,160 --> 00:01:17,040
So now that you are ready in the next video, let's start with how we are going to create our first

16
00:01:17,040 --> 00:01:18,600
React project.

