Learn
Before you can take advantage of the benefits of the Redux Toolkit, you must first install the @reduxjs/toolkit
package into your application. You can do this with the Node Package Manager.
While in the root directory of the application, you’ll first need to enter the following command:
npm install @reduxjs/toolkit
Installing this package will enable you to import the methods you’ll be learning throughout this lesson.
Instructions
1.
In the terminal, use the proper command to install the @reduxjs/toolkit
package.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.