- 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
Last active
January 19, 2018 04:40
-
-
Save mgmgpyaesonewin/5bc2f370191583588dc9756c2a7fcb36 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment