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.
## Breaking changes ### Import paths #### withDevtools moved to subpath Most applications, to completely tree shake devtools from production builds ```ts import { withDevtools } from '@tanstack/angular-query-experimental/devtools' ``` If...
### Describe the bug As the gif show, when I hover over the position button, a secondary menu appears. But when I try to move my mouse to the secondary...
mutationOptions helps extracting mutation options into separate functions.
### Describe the bug The Angular Query devtools are lazy loaded to optimize startup performance of the app while developing and to minimize bundle sizes. However, even if the code...
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | --- > [!WARNING] > Some dependencies could not be looked up....
See quickstart heading here: https://www.npmjs.com/package/@yornaath/batshit for correct syntax
### Deprecation and Property to enhance migration to v5 gradually: * Marked `isLoading` property as deprecated in multiple `MutationObserver` result interfaces (`MutationObserverBaseResult`, `MutationObserverIdleResult`, `MutationObserverLoadingResult`, `MutationObserverErrorResult`, `MutationObserverSuccessResult`) and added the `isPending`...
The `#revertState` attribute of the `Query` class is used as a fallback for fetching failure. Clearing it once fetching ends successfully improve memory usage, particularly with queries returning large amount...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | marocchino/sticky-pull-request-comment | action | digest | `52423e0` -> `a168248` | --- > [!WARNING]...