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
`No QueryClient set, use QueryClientProvider` jest test error despite passing queryClient
useEffect on cache invalidation?
queryClient to detect a specific cache being invalidated.
I have something like this in mind. Sorry If this is a bad question. I have spent a lot of time looking but cannot find the solution.
```...Preserve part of the cache when refetchOnWindowFocus refreshes data.
@tanstack/react-query not working with Vite
vite/4.1.4 darwin-arm64 node-v18.3.0,"@supabase/supabase-js": "^2.8.0","@tanstack/react-query": "^4.24.10",
vite/4.1.4 darwin-arm64 node-v18.3.0,"@supabase/supabase-js": "^2.8.0","@tanstack/react-query": "^4.24.10",

Is it possible to get the queryKey provided to useQuery from the return value of the same useQuery?
Return latest result from query key?
["query", searchTerm], and another query that returns the latest "query" search term, so the latest query of key ["query", *]. I'd like to do this so that I can keep a "history" of previous search terms, since it's computationally expensive to run them. I know it's not a very good explanation, but I hope it makes sense! The tl;dr is that I need a component "subscribe" to all queries that start with "query"...svelte-query
Combine/Transform result of multiple queries
select. What I really need is the data of 2 parallal queries combined tho. I was trying to use the select function for this purpose like below, but i'm not sure this is the best way of going about it. Also, this way hook useC only returns the data, without any of the query information like loading or errors.
```
const useC = () => {
const [c, setC] = useState();...Module Federation and QueryClientProvider
svelte query integration with SvelteKit form actions
ModuleDependencyError: export 'useRef' (imported as 'React') was not found in 'react'
4.24.9, React 18.2.0 and Next 13.1.1. Initially had it in a turborepo monorepo, but even when standalone and installed via node18 still get this errorUnsure if PersistQueryClientProvider is working with Next.js
Query Persistence Confusion
Best practices for defining using persistQueryClient with Next.js
Deduplication of requests using Realtime with Supabase
/api/analysis which aggregates data from both of these tables.
I have created a subscription to each individual table which then invalidates the queryKey: ["analysis"] whenever rows in the respective tables change.
Whilst this does work, it is making duplicate requests....Can I use Tanstack Query within node.js?
rerender for status change
UseQuery Parameters in Typescript
QueryObserver multiple keys

useQuery inside webworker/sharedWorker