From 2db7d9704d7485d4da99016755a6d8ac5efeda89 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 13 Mar 2024 02:47:04 -0400 Subject: [PATCH] Fix broken link to TanStack Query (#5871) --- docs/source/client/future-improvements.md | 5 ++++- packages/volto/news/5871.documentation | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 packages/volto/news/5871.documentation diff --git a/docs/source/client/future-improvements.md b/docs/source/client/future-improvements.md index e7a245716c..19eab3347c 100644 --- a/docs/source/client/future-improvements.md +++ b/docs/source/client/future-improvements.md @@ -53,7 +53,10 @@ The steps for this approach are as follows: 3. Render the component to string on the server 4. Pass the data from collected queries to TanStack Query cache hydration -Refer to official docs for more information: https://tanstack.com/query/v4/docs/framework/react/guides/ssr +```{seealso} +[TanStack Query Server Rendering & Hydration documentation](https://tanstack.com/query/latest/docs/framework/react/guides/ssr) +``` + ### Automatic caching approach diff --git a/packages/volto/news/5871.documentation b/packages/volto/news/5871.documentation new file mode 100644 index 0000000000..e7f5d9168b --- /dev/null +++ b/packages/volto/news/5871.documentation @@ -0,0 +1 @@ +Fix broken link to TanStack Query. @stevepiercy