tanstack.com
tanstack.com copied to clipboard
Broken Internal Links in TanStack Query Documentation
Broken Internal Links in TanStack Query Documentation
I have checked multiple pages across the TanStack Query documentation and found that many internal links appear to be broken.
Example 1
- Page: useQuery
-
Issue: The link to Query Keys in the
queryKey: unknown[]section points to an incorrect URL. -
Incorrect URL:
https://tanstack.com/query/v5/docs/framework/guides/query-keys -
Correct URL:
https://tanstack.com/query/v5/docs/framework/react/guides/query-keys
Example 2
- Page: InfiniteQueryObserver
- Issue: The useInfiniteQuery link points to an outdated path.
-
Incorrect URL:
https://tanstack.com/query/v5/framework/react/reference/useInfiniteQuery -
Correct URL:
https://tanstack.com/query/latest/docs/framework/react/reference/useInfiniteQuery
Example 3
- Page: Server Rendering & Hydration
- Issue: The link to Advanced Server Rendering Guide is incorrect.
-
Incorrect URL:
https://tanstack.com/query/v5/docs/framework/react/advanced-ssr -
Correct URL:
https://tanstack.com/query/latest/docs/framework/react/guides/advanced-ssr
These broken links may cause confusion for users navigating the documentation. Please consider updating them to the correct destinations.