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

https://github.com/joeshub/learning

Playground for react, redux, react-router
https://github.com/joeshub/learning

Last synced: 7 months ago
JSON representation

Playground for react, redux, react-router

Awesome Lists containing this project

README

          

# Branches
Branches progressively build on a simple app

## master
- basic react redux store layout
## middlewares
- add api server for data fetching
- create and use an async middleware to process promise response
## thunks
- add user auth api backend
- use redux thunk to dispatch actions inside actions
## router
- add react-router
- use index and nested routes
- use protected routers
- use async routes for data fetching