Is using `initialData` and `queryClient.setQueryData` in SSR an antipattern?

My use case is to avoid undefined data on first render and make the data available in child components without providing initialData again.
Was this page helpful?