#Redux Game of Life
This is a version of Redux Game of Life modified to work with a distributed store, using redux-scuttlebutt. Most notably, we've removed some features not designed to work with such a model and improved the purity of existing actions (for example, GridActions' RANDOM now includes a seed in the payload, so it can produce deterministic results)
Learn more about redux-scuttlebutt, or check out the repo.
An educational implementation of Conway's Game of Life using React and Redux
Features Redux and hot module replacement using the brand new React Transform by Dan Abramov
Check out the demo
$ npm i
$ npm start