can you install redux after creating react app code example
Example 1: how to install react redux
yarn add redux react-redux --save
Example 2: how to create react redux project
npm create-react-app project-name --template redux
yarn add redux react-redux --save
npm create-react-app project-name --template redux