Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 529 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 529 Bytes

Kottans React+Redux weather application

Repo contains several branches, which can be used as examples:

  1. redux - contains simple code with redux
  2. reducer-util - contains util named createReducer, which helps avoid of using of switch statement in reducers.
  3. redux-reselect - code with selectors