A workshop to go through how we can best manage the state of applications and how to approach various scenarios that require state management.
# clone the repo
$ git clone git@github.com:askharley/react-state-management-workshop.git
# navigate into the repo root
$ cd react-state-management-workshop
# navigate into the start project
$ cd start
# install the dependencies
$ npm i
# start the application
$ npm start