Next.js Discord

Discord Forum

Client components

Answered
Youssef posted this in #help-forum
Open in Discord
Is client components' first render on the server then they are hydrated by react
or they are completely rendered by the client

In other words, Does Next use SSR or CSR with client components?
sorry for confusing and thanks in advance
Answered by @ts-ignore
they are initially rendered on server and then hydrated on client
View full answer

2 Replies