query
query copied to clipboard
🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
### Describe the bug Hi there, first off - want to say thank you for providing this wonderful library. It's been wonderful in development. In my react native app -...
### Describe the bug We are encountering performance issues with the app when using devtools with many queries (around 1000). We are using normalised cache keys, when for example fetch...
closes https://github.com/TanStack/query/issues/2994 Added the option to move dev tools to one of these sides `left`, `right`, `top`, and `bottom` and refactored the code to accommodate the new capability @TkDodo sorry...
### Describe the bug The examples section in v3 of the docs isn't loading and the links to GitHub 404. See this page for example: https://react-query-v3.tanstack.com/examples/basic ### Your minimal, reproducible...
### Describe the bug If a query has a custom `queryKeyHashFn`, then trying to update its cached value with `queryClient.setQueryData` does not work. It seems that whenever `setQueryData` is called,...
This PR attempts to fix #4684 of v5 milestones, In this PR: - remove `remove` method from `queryObserver` - remove `remove` returned from `useQuery` - remove `remove` returned from `useInfiniteQuery`...
### context In v3, we had a global logger that you could set via `setLogger` to your own logging mechanism. This was a side effect which we tried to get...
This PR makes the TError default to Error instead of unknown, more info about this [here](https://github.com/TanStack/query/issues/4676)
`throwError` name makes the most sense as it's a common name within request packages like [ky](https://github.com/sindresorhus/ky) _(ex: [`throwHttpErrors`](https://github.com/sindresorhus/ky#throwhttperrors))_ Closes: #4677