Skip to content

Conway's lifegame using Redux + various middlewares.

Notifications You must be signed in to change notification settings

kuy/lifegame-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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