What is redux-saga?

Technology CommunityCategory: ReduxWhat is redux-saga?
VietMX Staff asked 3 years ago

redux-saga is a library that aims to make side effects (i.e. 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 as

npm install --save redux-saga