adding redux to react code example
Example 1: redux install
npm install redux
Example 2: create-react-app redux
Copynpx create-react-app my-app --template redux
Example 3: react redux
yarn add react-redux
npm install redux
Copynpx create-react-app my-app --template redux
yarn add react-redux