https://github.com/sebinsua/redux-saga-helpers … <- I wrote a library for users of redux-saga. Should help with error handling.
Defaults require you to hand-write objects that describe function calls or write functions that create objects that describe function calls.
-
-
/w Sagas: const actionDescribingFunctionCall = call(fn, payload) const result = yield actionDescribingFunctionCall fnActionSuccess(result)
-
It's boilerplate syntax to make a function call, potentially wait, potentially transform, and finally to place data into a global store.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.