Old way of making a redux project

# Redux + Plain JS template
npx create-react-app my-app --template redux

# Redux + TypeScript template
npx create-react-app my-app --template redux-typescript

 



 Redux toolkit - remove boiler plate code.

 

npm i react

npm I react-dom

 

npm install @reduxjs/toolkit

npm install react-redux