This is a small random form generator app that automatically pesists the user's redux state to redis to illustrate data hydration with React/Redux.
Make sure you install Redis and start it with something like:
$ brew install redis
$ redis-server
make sure you have Yarn and Node LTS (v8.9.0 at the time of writing) installed as well
$ yarn
$ yarn dev
now head to localhost:3000 and play around with some data hydration!
