Hacker News new | ask | show | jobs
by sotojuan 3810 days ago
Check out the Cycle docs: http://cycle.js.org/getting-started.html
1 comments

It's easy to use Redux in a composable way once you start removing imperative code in components and just make them describe what happened.

Redux-saga can glue this all together. See http://stackoverflow.com/a/34584313/82609

Thanks. I have redux-saga starred on Github but haven't looked into it at all.