A workshop to demonstrate how by simply using what React has built into it's foundation, we can write a Redux/Flux like approach to global state management.
# clone the repo
$ git clone git@github.com:askharley/react-rewriting-redux-management-workshop.git
# navigate into the repo root
$ cd react-rewriting-redux-workshop
# navigate into the start project
$ cd start
# install the dependencies
$ npm i
# start the application
$ npm start