Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.89 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.89 KB

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