Answers about rsc
Questions and answers from the Croct community about rsc.
0
Server component vs use client for personalization, how do I avoid a hydration mismatch?
I am deciding whether to resolve personalised content in a server component or in a client component with a hook. When I tried the client path I saw a brief…
14
Best pattern for mixing fetchContent in Server Components with useContent in client islands?
I lead a team at an agency and we are writing down conventions for Croct in App Router projects before we roll it out across several client builds. The SDK…
5
Server Components experiment: where does exposure tracking live without double counting?
Evaluating experiment variants in React Server Components and the exposure tracking question keeps resisting a clean answer. The shape of the problem: the…