add redux to react project code example
Example 1: set up redux in react
npx create-react-app project-name --template redux
Example 2: react redux
yarn add react-redux
Example 3: how to create react redux project
npm create-react-app project-name --template redux