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

Cursusinhoud

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:

python

2. Installing Redux Toolkit

Navigate to your project directory and install Redux Toolkit:

python

3. Installing Additional Dependencies

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

python

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

json

Your project structure is supposed to look like the following:

Was alles duidelijk?

Hoe kunnen we het verbeteren?

Bedankt voor je feedback!

Sectie 1. Hoofdstuk 4
Onze excuses dat er iets mis is gegaan. Wat is er gebeurd?
some-alt