A bare bones Create React App boilerplate integrating Redux, Redux Saga, and Connected React Router.
git clone https://github.com/gcavancer/cra-redux-saga.git
cd cra-redux-saga
npm install or yarn install
npm start or yarn start
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"connected-react-router": "^6.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3"