A bare bones Create React App boilerplate integrating Redux, Redux Observable, and Connected React Router.
git clone https://github.com/gcavancer/cra-redux-observable.git
cd cra-redux-observable
npm install or yarn install
npm start or yarn start
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"connected-react-router": "^6.8.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-observable": "^1.2.0"