What is Saga pattern react?

Now back to React. redux-saga is a library that easily manages application’s side-effects(asynchronous data request, browser-cache, any impure requests) and effectively executes with simple tests for precise failure logs . In doing so, saga uses generator function in javascript. Saga in react.

Read more

What means saga pattern?

The Saga architecture pattern provides transaction management using a sequence of local transactions . A local transaction is the unit of work performed by a saga participant. Every operation that is part of the Saga can be rolled back by a compensating transaction.

Read more