Skip to content

brantstuns/random-form

Repository files navigation

Data Hydration w/ React and Redux - ReactJS Phoenix Talk - January 10, 2018

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.

Setup:

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!

nice!

About

My ⚡️ talk for the ReactJS Meetup January 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors