0 votes
in ReactJS by

What is redux-saga?

1 Answer

0 votes
by

redux-saga is a library that aims to make side effects (asynchronous things like data fetching and impure things like accessing the browser cache) in React/Redux applications easier and better.

It is available in NPM:

$ npm install --save redux-saga

Related questions

+1 vote
asked Jun 25, 2021 in Redux by SakshiSharma
0 votes
asked Dec 14, 2023 in ReactJS by rahuljain1
...