Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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