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
- Host: GitHub
- URL: https://github.com/joeshub/learning
- Owner: joeshub
- Created: 2017-12-14T06:32:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T21:51:49.000Z (almost 8 years ago)
- Last Synced: 2025-01-12T07:12:22.332Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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