An open API service indexing awesome lists of open source software.

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

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.