Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relation to redux-saga? #20

Open
dalgard opened this issue Aug 25, 2016 · 3 comments
Open

Relation to redux-saga? #20

dalgard opened this issue Aug 25, 2016 · 3 comments

Comments

@dalgard
Copy link

dalgard commented Aug 25, 2016

The docs for redux-elm states:

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?

@tomkis
Copy link
Contributor

tomkis commented Aug 25, 2016

Not sure if you are aware of it but redux-elm does not depend onredux-side-effects anymore.

This is just another alternative approach for side effect management in redux apps. I'd say it's orthogonal to redux-saga.

@dalgard
Copy link
Author

dalgard commented Aug 31, 2016

I wasn't aware that redux-side-effects used to be a dependency, but that explains it, I think.

Can you elaborate on what you mean by orthogonal in this context?

@tomkis
Copy link
Contributor

tomkis commented Sep 2, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants