Client components
Answered
Youssef posted this in #help-forum
YoussefOP
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
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
2 Replies
@Youssef 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
they are initially rendered on server and then hydrated on client
Answer