Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 651 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 651 Bytes

slides and code examples about Redux patterns talk

slides

  • They are visible when opening the served index.html (using webstorm, right click / open in browser)

Mölkky code example

  • launch möllky example in a terminal, using node src/molkky-vanilla-redux.js
  • comment/uncomment some lines (marked with FIXME) in the reducer to illustrate the immutability requirement (at every level of your state)

other code example

  • yarn start to launch a web app and play with redux devtools
  • npm test src/store/articles.spec.js to launch tests
  • comment/uncomment the lines marked with FIXME in the reducer to illustrate deepFreeze action