Components vs Client Components
Unanswered
Bengal posted this in #help-forum
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?
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
Yes: client component
No: server component