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

Example with redux-saga #12

Closed
mike623 opened this issue Feb 17, 2017 · 6 comments
Closed

Example with redux-saga #12

mike623 opened this issue Feb 17, 2017 · 6 comments
Labels

Comments

@mike623
Copy link

mike623 commented Feb 17, 2017

That is what I want! Gd job bro! I also want to know that do any case you experienced to integrate saga with redux-query?

@vomchik
Copy link

vomchik commented Apr 4, 2017

@mike623 What exactly you will want to know?)

@ryanashcraft
Copy link
Contributor

@mike623 @vomchik check out https://amplitude.github.io/redux-query/#/redux-saga and let me know if you have any feedback!

@vomchik
Copy link

vomchik commented Apr 5, 2017

@ryanashcraft Do you know how get request instance in saga worker?
Now, i do it like this:
const { request } = yield take(actionTypes.MUTATE_START);

@ryanashcraft
Copy link
Contributor

@vomchik That should work. I'm curious why you need the request (aka network adapter) instance in a saga though.

@vomchik
Copy link

vomchik commented Apr 24, 2017

@ryanashcraft I need the instance for getting progress when i upload the file.

@ryanashcraft
Copy link
Contributor

@vomchik Ok cool. Just heads up, going to be making some backwards incompatible changes with getting the request instance from actions with 2.0: #70

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

No branches or pull requests

3 participants