#SSR and CSR
18 messages · Page 1 of 1 (latest)
Also can I do it so the page is SSR but the component is locally rendered? So everything except the field and button is on another component
yes, why not?
Yes?
I tried it doesn’t work
First thing first, what are we talking about here. Server components?
Yes
Buttons with callback actions require client components, but server components - client components is not SSR and CSR
I have to use the use client
Yes correct
Ah so buttons have to be on the client side
So any page I make with a button or action I have to use client
No. The whole page can be a server component, except <Button> for example is a client component
Ahhhh so render the whole page as server but make a seperate component for action stuff?
I got it now! Thank you
Yeah that’s how it’s intended to be used