Conway's lifegame using Redux + various middlewares for comparison.
- redux-saga - saga: Saga written in generator/yield
- redux-logic - logic: Logic written in VanillaJS
- redux-logic - logic-rx: Logic written in RxJS
- redux-logic - logic-aa: Logic written in async/await
- redux-observable - observable: Observable written in RxJS
- redux-ship - ship: Controller written in Generators, Effect runner written in async/await
- redux-effects - Comming Soon...
- redux-loop - Comming Soon...
- Interval timer (
setInterval()
andclearInterval()
) - Firebase integration - Comming Soon...
- Browser features (Page Visibility API,
window.alert()
method, ...) - Comming Soon...
$ npm install
$ npm start
Open http://localhost:8080
in your browser.
Are you using redux-xxx middleware heavily? Please send PRs or open issues to improve a quality of the code.
MIT
Yuki Kodama / @kuy