1. React
  2. React Alicante
  3. 2017
  4. Redux Saga, the Viking way to manage side effects

Redux Saga, the Viking way to manage side effects

Nacho Martín at React Alicante 2017

Redux solves brilliantly the state management of our React Apps, but leaves open the choice of how to manage side-effects (communicating with external APIs, or anything that deals with the outside world). Redux-Saga is a popular and clever solution that comes to our help, leveraging the shiny ES6 generators for controlling the async flow. In this talk we will explore what is the problem that Redux-Saga solves, we will provide an introduction to ES6 generators and we will see how to work with Sagas with practical cases.