WEBVTT

1
00:00:00.880 --> 00:00:02.620
Hi everyone and welcome back.

2
00:00:02.650 --> 00:00:07.690
Today we're going to be installing Redux
Toolkit for our donation app application.

3
00:00:07.720 --> 00:00:11.900
If you haven't followed along in the last
section, don't worry about it.

4
00:00:11.920 --> 00:00:13.380
You're going to be able to download

5
00:00:13.410 --> 00:00:17.180
the whole application that we
developed together in this section.

6
00:00:17.210 --> 00:00:19.700
So get it downloaded if you don't have it

7
00:00:19.720 --> 00:00:24.580
already and come back to this video
to set up Redux Toolkit with us.

8
00:00:24.600 --> 00:00:26.580
So for this, you're going to be needing

9
00:00:26.600 --> 00:00:32.380
a terminal and we're going to navigate
to the root of our donation app project.

10
00:00:32.410 --> 00:00:36.820
And here we're going to be following
the rules that is set up for us

11
00:00:36.850 --> 00:00:42.020
in the Redux website that will make
it easier for us to install Redux.

12
00:00:42.050 --> 00:00:44.180
So I'm going to make this window smaller

13
00:00:44.210 --> 00:00:46.900
so that you see what
I'm following exactly.

14
00:00:46.930 --> 00:00:51.780
And I'm going to be using NPM since that's
what we have been using for our project.

15
00:00:51.810 --> 00:00:56.660
And I'm just going to copy this
command and paste it here.

16
00:00:56.680 --> 00:00:59.140
Great, so this has been installed already.

17
00:00:59.170 --> 00:01:04.540
And then I'm just going to go ahead
and install Redux in our project as well.

18
00:01:04.570 --> 00:01:06.620
Great, that has been done as well.

19
00:01:06.640 --> 00:01:08.020
And then we're just going to follow

20
00:01:08.050 --> 00:01:10.340
the complementary packages
that we might need.

21
00:01:10.370 --> 00:01:18.480
So let's install react Redux
and let's also install the DevTools here.

22
00:01:20.000 --> 00:01:22.020
And I'm pretty sure we don't need the pod

23
00:01:22.050 --> 00:01:26.570
installation, but I'm going to go
ahead and install pods anyways.

24
00:01:26.600 --> 00:01:31.840
I do this anytime I install
anything new just in case.

25
00:01:33.120 --> 00:01:35.340
And there is no pods to install.

26
00:01:35.370 --> 00:01:36.740
So this is great.

27
00:01:36.770 --> 00:01:40.620
And we should now be ready
to use Redux in our project.

28
00:01:40.640 --> 00:01:42.460
We're not going to be trying it out right

29
00:01:42.480 --> 00:01:45.340
now because there are some
things I want to explain to you.

30
00:01:45.370 --> 00:01:49.660
So if you want to follow along,
please come back to the next video.

31
00:01:49.690 --> 00:01:51.460
I can't wait to see you there.

32
00:01:51.480 --> 00:01:52.640
Thanks so much for listening.

