Skip to content

Instantly share code, notes, and snippets.

@chodorowicz
Last active September 23, 2016 10:33
Show Gist options
  • Save chodorowicz/a60d5b2bff2850350cfe2827ca96b740 to your computer and use it in GitHub Desktop.
Save chodorowicz/a60d5b2bff2850350cfe2827ca96b740 to your computer and use it in GitHub Desktop.
Reactive Conference 2016 → lightning talk proposal

Proposal for a lightning talk at the Reactive 2016 conference → https://reactiveconf.com

Star ⭐ the Gist to vote on this talk.

Move all your side effect to middleware using redux-saga

Redux saga is side effects middleware which allows us to orchestrate even very complex logical flows - think multiple AJAX request which depending on the responses, writing state to localstorage etc. More over it's output are descriptions of actions which can be later processed by middleware, which makes it pure and easily testable. This talk would be a short intro to redux-saga, which would hightlight benefits of concentrating all of side effect in one place and making both actions creators and sagas pure and easily testable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment