Skip to content

Simple React, Redux Observable, Connected React Router boilerplate.

License

Notifications You must be signed in to change notification settings

gcavancer/cra-redux-observable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-redux-observable

A bare bones Create React App boilerplate integrating Redux, Redux Observable, and Connected React Router.

Setup

git clone https://github.com/gcavancer/cra-redux-observable.git
cd cra-redux-observable
npm install or yarn install

Run

npm start or yarn start

Dependencies

"@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"