You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/service/client-sdk/tanstack-query/index.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ import OptimisticBehavior from './_optimistic-behavior.md';
10
10
import OptimisticLimitation from './_optimistic-limitation.md';
11
11
import FineGrainedOptimistic from './_fine-grained-optimistic.md';
12
12
import Invalidation from './_invalidation.md';
13
+
import PreviewFeature from '../../../_components/PreviewFeature.tsx'
13
14
14
15
# TanStack Query
15
16
@@ -50,6 +51,8 @@ The integration provides the following features
50
51
-`@tanstack/svelte-query`: v6+
51
52
-`svelte` v5.25.0+
52
53
54
+
<PreviewFeaturename="Svelte support" />
55
+
53
56
:::warning
54
57
55
58
`@tanstack/svelte-query` v6 leverages Svelte 5's [runes](https://svelte.dev/docs/svelte/what-are-runes) reactivity system. ZenStack is not compatible with prior versions that use Svelte stores.
0 commit comments