/lifegame-redux

Conway's lifegame using Redux + various middlewares.

Primary LanguageJavaScript

Lifegame Redux ⚡

Conway's lifegame using Redux + various middlewares for comparison.

Middlewares

Side Effects

  • Interval timer (setInterval() and clearInterval())
  • Firebase integration - Comming Soon...
  • Browser features (Page Visibility API, window.alert() method, ...) - Comming Soon...

Getting Started

$ npm install
$ npm start

Open http://localhost:8080 in your browser.

Contributing

Are you using redux-xxx middleware heavily? Please send PRs or open issues to improve a quality of the code.

License

MIT

Author

Yuki Kodama / @kuy