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: 11 months 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 (about 8 years ago)
- Default Branch: redux
- Last Pushed: 2018-05-15T11:18:33.000Z (about 8 years ago)
- Last Synced: 2025-06-06T01:12:20.920Z (about 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 0
- 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