﻿1
00:00:00,900 --> 00:00:02,550
‫Welcome back.

2
00:00:02,550 --> 00:00:04,290
‫In the following section,

3
00:00:04,290 --> 00:00:07,140
‫we'll start looking at a core skill

4
00:00:07,140 --> 00:00:10,380
‫that every React developer needs to develop

5
00:00:10,380 --> 00:00:12,570
‫right from the beginning,

6
00:00:12,570 --> 00:00:16,950
‫and that core skill is to think in React.

7
00:00:16,950 --> 00:00:21,950
‫Now, thinking in React encompasses many different aspects

8
00:00:21,990 --> 00:00:23,670
‫but in this section,

9
00:00:23,670 --> 00:00:26,850
‫we'll focus on state management.

10
00:00:26,850 --> 00:00:28,830
‫So you will learn when

11
00:00:28,830 --> 00:00:31,470
‫and where to create state variables,

12
00:00:31,470 --> 00:00:34,170
‫when and how to derive state,

13
00:00:34,170 --> 00:00:36,630
‫and also how to communicate

14
00:00:36,630 --> 00:00:39,330
‫between child and parent components

15
00:00:39,330 --> 00:00:41,700
‫by lifting state up.

16
00:00:41,700 --> 00:00:44,520
‫And all these new skills will be needed

17
00:00:44,520 --> 00:00:48,750
‫as we keep building our far away application.

18
00:00:48,750 --> 00:00:50,850
‫So get ready for some

19
00:00:50,850 --> 00:00:53,520
‫more foundational React knowledge

20
00:00:53,520 --> 00:00:56,491
‫and so let's dive right in.

21
00:00:56,491 --> 00:00:58,123
‫(gentle music)

