Understanding Generator Functions & Using Redux Saga
Channel:
Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=o3A9EvMspig
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
In the first half of the video, Omer walks us through generator functions and their use cases. He discusses how generator functions can be paused and re-started, how to use the yield keyword, and how to iterate through a generator function with example code.
In the second half, Omer discusses a redux middleware library known as redux-saga, which takes advantage of generator functions. He helps us understand the main benefits of using redux-saga, which include a synchronous looking workflow, complex layering of actions, and isolation of side effects.
Other Videos By Fullstack Academy
Tags:
Redux Saga
generator functions
generator functions and redux saga