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