Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Creating Your First React Redux Toolkit Project | 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
Creating Your First React Redux Toolkit Project

If you're starting a new project with Create React App and want to set up Redux Toolkit, you can use the --template redux flag during project creation:

This will create a new React application with Redux Toolkit already configured.

We have the same list of installed libraries in dependencies in package.json, but the whole app already has predefined store, actions, and reducer.

We won't inspect all predefined tools here. We'll create our own in the future for more understanding and customization.

Remember that we have two options to introduce the React Redux library into our React app.

Everything was clear?

How can we improve it?

Thanks for your feedback!

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