Hacker News new | ask | show | jobs
by slorber 3809 days ago
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

1 comments

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