﻿1
00:00:01,110 --> 00:00:02,460
‫In this section,

2
00:00:02,460 --> 00:00:05,250
‫we're gonna explore three core concepts

3
00:00:05,250 --> 00:00:07,770
‫of building React apps.

4
00:00:07,770 --> 00:00:11,760
‫Components, props and JSX.

5
00:00:11,760 --> 00:00:15,330
‫So we'll learn how components are the building blocks

6
00:00:15,330 --> 00:00:18,540
‫of React applications, and how to create

7
00:00:18,540 --> 00:00:23,340
‫and reuse them using the powerful JSX syntax.

8
00:00:23,340 --> 00:00:24,930
‫We're also gonna share data

9
00:00:24,930 --> 00:00:28,410
‫between components using props and learn

10
00:00:28,410 --> 00:00:32,460
‫about rendering lists, conditional rendering and more.

11
00:00:32,460 --> 00:00:37,230
‫All while building this first beautiful project.

12
00:00:37,230 --> 00:00:40,230
‫Along the way, you will start practicing React

13
00:00:40,230 --> 00:00:44,010
‫on your own by building a developer profile card

14
00:00:44,010 --> 00:00:47,040
‫using these fundamental skills.

15
00:00:47,040 --> 00:00:52,040
‫Now okay, so let's go start this React journey right now.

16
00:00:52,414 --> 00:00:53,967
‫(gentle music fading)

