We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ce833 commit 361935aCopy full SHA for 361935a
docs/src/pages/guides/initial-query-data.md
@@ -6,7 +6,7 @@ title: Initial Query Data
6
There are many ways to supply initial data for a query to the cache before you need it:
7
8
- Declaratively:
9
- - Provide `initialData` to a query to prepopulate the its cache if empty
+ - Provide `initialData` to a query to prepopulate its cache if empty
10
- Imperatively:
11
- [Prefetch the data using `queryClient.prefetchQuery`](../prefetching)
12
- [Manually place the data into the cache using `queryClient.setQueryData`](../prefetching)
0 commit comments