Skip to content

Simple React, Redux Saga, Connected React Router boilerplate.

License

Notifications You must be signed in to change notification settings

gcavancer/cra-redux-saga

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cra-redux-saga

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

Setup

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

Run

npm start or yarn start

Dependencies

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

Releases

No releases published

Packages

No packages published