﻿1
00:00:01,140 --> 00:00:02,490
‫Let's get into

2
00:00:02,490 --> 00:00:06,963
‫one of the big topics of this course, Redux.

3
00:00:08,130 --> 00:00:09,720
‫Now, for many people,

4
00:00:09,720 --> 00:00:13,950
‫Redux is this big and kind of scary thing

5
00:00:13,950 --> 00:00:16,620
‫that seems impossible to learn.

6
00:00:16,620 --> 00:00:19,590
‫For you, however, it's the opposite

7
00:00:19,590 --> 00:00:23,850
‫because you already know how the useReducer Hook works,

8
00:00:23,850 --> 00:00:27,240
‫and therefore, learning Redux is actually gonna be

9
00:00:27,240 --> 00:00:31,230
‫quite straightforward and a lot of fun.

10
00:00:31,230 --> 00:00:33,540
‫So to make it really easy,

11
00:00:33,540 --> 00:00:36,120
‫we're gonna start at the very fundamentals

12
00:00:36,120 --> 00:00:39,450
‫by learning Redux in isolation.

13
00:00:39,450 --> 00:00:43,500
‫Then we'll integrate Redux into the small application

14
00:00:43,500 --> 00:00:46,320
‫and also convert our Redux code

15
00:00:46,320 --> 00:00:49,350
‫to the more modern Redux Toolkit.

16
00:00:49,350 --> 00:00:51,930
‫And we're even gonna make API requests

17
00:00:51,930 --> 00:00:55,680
‫right inside Redux using Thunks.

18
00:00:55,680 --> 00:00:59,760
‫And this is actually one of my favorite sections

19
00:00:59,760 --> 00:01:01,560
‫of the entire course,

20
00:01:01,560 --> 00:01:04,647
‫and so I can't wait to show you Redux now.

21
00:01:04,647 --> 00:01:06,889
‫(upbeat music)

