Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 552 Bytes

docs-redux-saga .md

File metadata and controls

executable file
·
25 lines (19 loc) · 552 Bytes
title tags created modified
docs-redux-saga
docs
state
2019-08-01T16:03:46.390Z
2020-07-14T09:24:55.191Z

docs-redux-saga

  • 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

dev-tips

resources

redux-saga docs