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