Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonzujiro/kottans-react-weather-app
Simple boilerplate made for weather application for kottans
https://github.com/zonzujiro/kottans-react-weather-app
Last synced: 17 days ago
JSON representation
Simple boilerplate made for weather application for kottans
- Host: GitHub
- URL: https://github.com/zonzujiro/kottans-react-weather-app
- Owner: zonzujiro
- Created: 2018-05-15T11:08:43.000Z (over 6 years ago)
- Default Branch: redux
- Last Pushed: 2018-05-15T11:18:33.000Z (over 6 years ago)
- Last Synced: 2024-10-29T20:13:19.938Z (2 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kottans React+Redux weather application
Repo contains several branches, which can be used as examples:
1. [redux](https://github.com/zonzujiro/kottans-react-weather-app/tree/redux) - contains simple code with redux
2. [reducer-util](https://github.com/zonzujiro/kottans-react-weather-app/tree/reducer-util) - contains util named `createReducer`, which helps avoid of using of `switch` statement in reducers.
3. [redux-reselect](https://github.com/zonzujiro/kottans-react-weather-app/tree/redux-reselect) - code with selectors