Rajneesh Mishra
TTCTheo's Typesafe Cult
•Created by Rajneesh Mishra on 2/13/2025 in #questions
Why is this component not fully SSRed, how can I do it and what learnings can I take from it?
So, My understanding is:
export default function ServerComponent(){
return <div>
// some normal HTML tags
<ClientComponent/>
</div>
} Then this file will have things SSRed till it hits that Client Component boundary, am I right? So the things before it should be in HTML response but they aren't!
} Then this file will have things SSRed till it hits that Client Component boundary, am I right? So the things before it should be in HTML response but they aren't!
30 replies