All components must be client component when fetch data on server component?
Hello there, I'm newbie of Tanstack query,
I tried to fetch data on the server component by the way using prefetch with hyration to client component, but it will make all my child components are client component,
although my page have to fetch data too, so each page will be all client component?
Please help, I love Tanstack query
I tried to fetch data on the server component by the way using prefetch with hyration to client component, but it will make all my child components are client component,
although my page have to fetch data too, so each page will be all client component?
Please help, I love Tanstack query