https://github.com/taxigy/example-react-redux-router-api
Super lean example of using React + Redux + React Router v4 navigation workflow
https://github.com/taxigy/example-react-redux-router-api
react react-router redux
Last synced: 2 months ago
JSON representation
Super lean example of using React + Redux + React Router v4 navigation workflow
- Host: GitHub
- URL: https://github.com/taxigy/example-react-redux-router-api
- Owner: taxigy
- Created: 2017-09-09T18:50:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-09T19:53:26.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T21:12:19.961Z (about 1 year ago)
- Topics: react, react-router, redux
- Language: JavaScript
- Homepage:
- Size: 343 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example React + Redux + React Router v4 + JSON API app
Do
```bash
yarn start
```
and open .
The code is intentionally crappy, with minimal number of layers of abstractions, because, well, that's how things should be made: maintainable enough, but with least amount of rules & structure.