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
Hello, big thanks for redux-query. I'm converting my project from redux-saga to it. Already have most of the requests handled by redux-query.
I have to do two POST requests sometimes. For example the first one would upload an image and return its id, and the second one would attach that id to the second request's body. What would be the best way to go about this?
The text was updated successfully, but these errors were encountered:
@binchik Glad you get value out of redux-query! By the way, I wouldn't think of redux-query as a full on replacement of redux-saga, you can use both together!
Hello, big thanks for redux-query. I'm converting my project from redux-saga to it. Already have most of the requests handled by redux-query.
I have to do two POST requests sometimes. For example the first one would upload an image and return its id, and the second one would attach that id to the second request's body. What would be the best way to go about this?
The text was updated successfully, but these errors were encountered: