You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Effect executor must be a Saga from redux-saga project
I am wondering why redux-side-effects exists, if the same authors recommend redux-saga. Shouldn't there at least be some mention of redux-saga in the README for this project?
The text was updated successfully, but these errors were encountered:
Well not entirely orthogonal since both are "kinda" trying to deal with side effects. However, saga is more about long lived transactions unlike redux-side-effects which deals only with side effects.
The docs for
redux-elm
states:I am wondering why
redux-side-effects
exists, if the same authors recommendredux-saga
. Shouldn't there at least be some mention ofredux-saga
in the README for this project?The text was updated successfully, but these errors were encountered: