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
chore(deps): update all non-major dependencies (#162)
* chore(deps): update all non-major dependencies
* fix: rename `create/Create` to `use/Use` due to upstream changes
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Muhammad <phonzammizaki@gmail.com>
Copy file name to clipboardExpand all lines: packages/vike-solid-query/README.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
Enables your Solid components to fetch data using [TanStack Query](https://tanstack.com/query/latest).
9
9
10
10
> [!NOTE]
11
-
> You'll also get [progressive rendering](https://vike.dev/streaming#progressive-rendering) and [supports](https://tanstack.com/query/latest/docs/framework/solid/reference/createQuery#usage-with-suspense) for triggering SolidJS Suspense and ErrorBoundary components when the query is in a pending or error state.
11
+
> You'll also get [progressive rendering](https://vike.dev/streaming#progressive-rendering) and [supports](https://tanstack.com/query/latest/docs/framework/solid/reference/useQuery#usage-with-suspense) for triggering SolidJS Suspense and ErrorBoundary components when the query is in a pending or error state.
12
12
13
13
[Installation](#installation)
14
14
[Basic usage](#basic-usage)
@@ -38,11 +38,11 @@ Enables your Solid components to fetch data using [TanStack Query](https://tanst
To set tags such as `<title>` and `<meta name="description">` based on fetched data, you can use [`<Config>`, `<Head>`, and `useConfig()`](https://vike.dev/useConfig).
0 commit comments