- They are visible when opening the served index.html (using webstorm, right click / open in browser)
- 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)
yarn start
to launch a web app and play with redux devtoolsnpm test src/store/articles.spec.js
to launch tests- comment/uncomment the lines marked with FIXME in the reducer to illustrate deepFreeze action