Skip to content

Commit

Permalink
Fix broken link to TanStack Query (#5871)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy authored Mar 13, 2024
1 parent 690a5b0 commit 2db7d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/client/future-improvements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/5871.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix broken link to TanStack Query. @stevepiercy

0 comments on commit 2db7d97

Please sign in to comment.