Redux Saga is a library that provides an alternative approach to handling the organization of side effects. Sagas observe all actions of the store dispatched and decide what to do. Here are the main three key benefits of sagas:
- Simplicity in organizing the sequences of difficult side effects
- Declarative style
- Simplicity of testing
If you want to get proficient in React and Redux, check these React Course by Intellipaat.
Also, you can watch this video on React-Redux: