Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Last active January 19, 2018 04:40
Show Gist options
  • Save mgmgpyaesonewin/5bc2f370191583588dc9756c2a7fcb36 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/5bc2f370191583588dc9756c2a7fcb36 to your computer and use it in GitHub Desktop.
  • Reducers are just pure functions that take the previous state and an action, and return the next state. ( https://redux.js.org/docs/introduction/ThreePrinciples.html ) ** Redux Three Principles **
  • The dispatch method is a method of the store object. An action is dispatched to trigger an update to the store.
  • react-redux and make a dumb and a smart component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment