Skip to content

Instantly share code, notes, and snippets.

@tgray6
Created May 3, 2018 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgray6/ff2ee57f46ae63ce818531be9bef7ff5 to your computer and use it in GitHub Desktop.
Save tgray6/ff2ee57f46ae63ce818531be9bef7ff5 to your computer and use it in GitHub Desktop.
React Redux Drills
Interest calculator I: Connecting-Stateless Component Connecting to the Store:
https://glitch.com/edit/#!/careful-territory?path=src/reducers/index.js:22:31
Interest calculator II: Dispatching: Imported all the functions from actions, and used an onChange method for each input type
https://glitch.com/edit/#!/jet-cloud?path=src/components/interest-calculator.js:18:67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment