title | tags | created | modified | ||
---|---|---|---|---|---|
docs-redux-saga |
|
2019-08-01T16:03:46.390Z |
2020-07-14T09:24:55.191Z |
- redux-saga is a library that aims to make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache)
- advantages
- easier to manage
- more efficient to execute
- simple to test
- better at handling failures