Learn

To take advantage of React Redux within your application, you must install the react-redux package using npm, the Node Package Manager. If you’re not familiar with npm, you can learn more in the documentation. This includes understanding the directory structure, confirming installation and versions of your packages.

To install React Redux using npm, type the following command into your terminal and hit the “enter” key:

npm install react-redux

After installation, your application will have access to the tools provided by the React Redux package.

Instructions

1.

Start your journey with React Redux.

In the terminal, enter the command to install the react-redux package using npm.

Take this course for free

Mini Info Outline Icon
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.

Or sign up using:

Already have an account?