Next.js Discord

Discord Forum

Components vs Client Components

Unanswered
Bengal posted this in #help-forum
Open in Discord
BengalOP
I'm learning Next.js and trying to understand when to use Server Components vs Client Components.

Can someone explain how they decide in real projects?

1 Reply

@Bengal I'm learning Next.js and trying to understand when to use Server Components vs Client Components. Can someone explain how they decide in real projects?
ask yourself: does my component needs to be interactive?

Yes: client component
No: server component