-
I'm fetching data normally in the server, by using Prisma. After that, I pass the info down to the Client and use that data as I know this is being rendered because of these console logs:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you are likely creating the queryClient on the server outside of the component, so it’s cached between requests |
Beta Was this translation helpful? Give feedback.
you are likely creating the queryClient on the server outside of the component, so it’s cached between requests