sicktools / lists

📋 The Big List of sick tools
0 stars 0 forks source link

Redux-Saga #2

Open samkcarlile opened 3 years ago

samkcarlile commented 3 years ago

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) easier to manage, more efficient to execute, easy to test, and better at handling failures.

Resouces