Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Installing Redux Toolkit | Getting Started with Redux Toolkit
State Management with Redux Toolkit in React
course content

Course Content

State Management with Redux Toolkit in React

State Management with Redux Toolkit in React

1. Getting Started with Redux Toolkit
2. Applying Redux Toolkit in React
3. Redux Toolkit Challenge Workshop

book
Installing Redux Toolkit

1. Create a React Project

If you don't have a React project yet, create one using Create React App. Open your terminal and run:

2. Installing Redux Toolkit

Navigate to your project directory and install Redux Toolkit:

3. Installing Additional Dependencies

Redux Toolkit may require additional dependencies like react-redux. This way, we can use Redux in React. Install them using:

Once you have completed all the instructions, make sure to check that your package.json file includes the dependencies listed below:

Your project structure is supposed to look like the following:

Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 4
We're sorry to hear that something went wrong. What happened?
some-alt