what will happen if we do not wrap the client component with hydrate client?
https://trpc.io/docs/client/react/server-components#utilizing-your-api
because I did not and my app works just fine, moreover I even removed the prefetch, yet all the client component (using
I was just wondering what is the use case of
because I did not and my app works just fine, moreover I even removed the prefetch, yet all the client component (using
useSuspenseQuery) worked fine and do not fetch on client (till after stale time).I was just wondering what is the use case of
prefetch() an HydrateClient