Tuesday, December 31, 2019

What is redux Saga?


Redux Saga comes as one intermediate element inside the Redux flow. Redux Saga gets the data say for e.g. from the network and dispatch it to the reducer.

To recap from previous items

- Container is the one which actually maps the state to props and dispatch to props. Component is the actual display of the content on the ui. For e.g. button will be in the component and action mapping will be in the container.

References:
https://www.youtube.com/watch?v=IOTEAunY8ZI

No comments:

Post a Comment