/adhoc-redux-exercise

A very quick, adhoc exercise made from the redux counter example!

Primary LanguageJavaScript

README

Complete version is on master, git checkout exercise to get the tactically broken version. git diff master to see what's changed.

Install and run

  1. Get NodeJS - nodejs.org
  2. npm install in this repo
  3. npm start in this repo - got to localhost:3000
  4. You're good! Should recompile as you code

Challenges

  1. Fill in action types
  2. Reimplement actions
  3. Create a new button, dispatching a new action
  4. Read dispatch and connect documentation
  5. Attempt to understand the whole of the app setup
  6. Create a new component