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.
add persistent caching for solid-query **based on** - packages/react-query-persist-client - packages/solid-query - #3730 - #4211 - examples/react/offline **todo** fix tests? example: remove `workspace:*` deps **done** make it build: `packages/solid-query-persist-client/build/` is...
Allows the devtools to toggle loading and errors states (at least until the next fetch is triggered). Things to do: - [ ] Make sure `onError` get's triggered https://user-images.githubusercontent.com/11449728/197222942-bc22a1ae-0ecf-476f-8ad8-d741267a708d.mov
### Describe the bug Love the repo and thank you for your work! It looks like the https://react-query-v2.tanstack.com/guides/mutations is loading the content from https://react-query-v3.tanstack.com/guides/mutations i.e. v2 doesn't have `mutateAsync` yet...
**Describe the bug** I'm using Suspense and ErrorBoundaries and I'm seeing unexpected behavior when queries are erroring. If a query errors I'm displaying an ErrorBoundary for that part of the...
### Describe the bug In a large react project we are using useQueries for fetching relatively large amounts of data that is deserialized with batshit. This gives problems in useQueries...
Methods that access a query by its `queryKey` can bypass `find` to avoid performance issues in large caches. Fixes #6783
This [actions/labeler](https://github.com/actions/labeler) will label what package scope is on each Pull Request automaticallly. After this Pull Request merged, labeler can know what package scope have been changed by directory This...
we cannot create an observer without a key, because an observer, per definition, watches a certain query by its key
### Describe the bug I'm not able to memorize the result of `useQueries`. Every time the component renders, the useQueries creates a new result object which is not stable. I...
### Describe the bug After a page using `useSuspenseQuery` is SSR'd in the Next.js app router, the query will infinitely refetch. This also occurs if a `loading.tsx` file is added....