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.
Adding Next.js 13 app directory docs discussed in https://github.com/TanStack/query/discussions/4558. The initialData approach was first published by @lukemorales. This approach appears to be subject to the same caveats as with using...
### Describe the bug An infinite refetch occurs when an error response is received when using useQueries. However, when remove the suspense query option, an infinite refresh does not occur....
### Describe the bug I'm trying to refetch data after some actions but it's not working, So after using the `react-query-native-devtools` Debug tool, I can't see any query in the...
Related discussions, https://github.com/TanStack/query/discussions/4286. Also i'm not sure the way I approach nist, I added a new state called meta, since fetchMeta will be overwrite in every fetch and there is...
The current behavior when using functions such as invalidateQueries or setQueriesData is unexpected when objects with undefined properties are involved. A key containing an object with an undefined property is...
### Describe the bug using `useQueries` with vue v2 logs "Vue 2 does not support readonly arrays" error to the console and fails to update state in this minimal example:...
As discussed here https://discord.com/channels/719702312431386674/1003327027849474198/1043651426070568990
### Describe the bug I'm using version 1.5.2 of astro, version 1.6.0 of solid-js, and version 4.12.0 of solid-query. I'm completely unable to get them to work together. First, I...
### Describe the bug SSR + suspense does not seem to work with `solid-query` (or I'm doing something wrong on the implementation). I've included a minimum reproducible repo that compares...