﻿1
00:00:01,050 --> 00:00:03,390
‫Welcome to the second section

2
00:00:03,390 --> 00:00:06,300
‫on how to think in React.

3
00:00:06,300 --> 00:00:10,080
‫This time we'll learn how to think about components,

4
00:00:10,080 --> 00:00:14,880
‫component composition and component reusability.

5
00:00:14,880 --> 00:00:18,690
‫So we're gonna build this beautiful new project

6
00:00:18,690 --> 00:00:21,210
‫over the next few sections.

7
00:00:21,210 --> 00:00:25,350
‫In this section, we lay the foundation of the project

8
00:00:25,350 --> 00:00:29,730
‫by learning deeply about how to split a user interface

9
00:00:29,730 --> 00:00:34,080
‫into components, what type of components we can use,

10
00:00:34,080 --> 00:00:38,160
‫and then how to implement it all in React.

11
00:00:38,160 --> 00:00:42,150
‫We'll also build a simple app layout for the first time

12
00:00:42,150 --> 00:00:45,240
‫using the power of composition.

13
00:00:45,240 --> 00:00:49,470
‫And all these are already intermediate React topics

14
00:00:49,470 --> 00:00:54,470
‫but still absolutely fundamental for any React developer.

15
00:00:54,690 --> 00:00:58,894
‫So if that sounds like fun, then let's get started.

16
00:00:58,894 --> 00:01:00,489
‫(soft upbeat music)

