Skip to content

euZebe/redux-patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published