Y
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
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
link
sotojuan
3809 days ago
Thanks. I have redux-saga starred on Github but haven't looked into it at all.
link
Redux-saga can glue this all together. See http://stackoverflow.com/a/34584313/82609