Redux Saga is a middleware library that lets the Redux store interact with resources outside of itself asynchronously. It also handles asynchronous logic in applications. For example, Ajax calls, logging, accessing browsers local storage. It is also responsible for executing the effects that are yielded from a saga. While updating the store, most of the logic is handled by the saga and it adds
Mahesh Jawadi
Principal Engineer - Software Engineering
