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

Cancel requests #41

Closed
tiagofernandez opened this issue Nov 16, 2019 · 3 comments
Closed

Cancel requests #41

tiagofernandez opened this issue Nov 16, 2019 · 3 comments

Comments

@tiagofernandez
Copy link

There are often times in a web application where you need to send a request for the latest user interaction. We need a way to prevent subsequent (async) logic from running for all but the most recent request – something like Axios' cancel token or fetch()'s AbortController.

@tannerlinsley
Copy link
Collaborator

https://github.com/tannerlinsley/react-query#cancelling-query-requests

@tannerlinsley
Copy link
Collaborator

Upgrade to 0.3.14

@condef5
Copy link

condef5 commented Oct 2, 2020

Since the documentation have moved to a new website, you also find the canceling-query-request in this link

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

3 participants