react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Migration to v5
react-query + Next.js + ssg
useInfiniteQuery update
[Solved!] TypeError: React.createContext is not a function (not using server components)
v5 The inferred type of 'X' cannot be named without a reference to...
Mutation with refetch
Other ways to loop .mutate and update state when onSuccess?
How to use multiple queryClient options
vue-query, refs doesn't work for type narrowing?

Uncaught Error: No QueryClient set, use QueryClientProvider to set one

[v5 - TypeScript]: ensure meta object type
meta on one of my queries it always matches the same structure? ...Best pattern to "create on error"?
onError to useQuery inside which I would run the mutation, but onError doesn't seem to exist?...Error handling in mutations: handle HTTP 400/500 globally, and other errors case by case?
error.statusCode >= 400 for example to display a toast message. However, this means I would have to repeat this check in every local onError handler to prevent showing a warning twice (error.statusCode < 400). There is not a way to filter/pipe errors in a certain way so they are handled by only one onError function.
Because my scenario is pretty standard for every SPA, it feels like I'm taking the wrong approach. What would be the recommended way to handle different kinds of API errors and differentiate between server/client/business errors?...is there a way to persist data in refresh?
How should I set query data if the query key is different from useQuery hooks?
useQueries should enforce types on the `queries` param
Small changes causing large refetches
useQueryClient inside a custom hook
setQueryData . To encapsulate this behaviour, I've written a custom hook, that can be called from within a component (ie when an edit form is submitted).
...The right way to fetch and cache with react query
Why doesn’t cache persist in React Native App ?