Reusable Server components
Answered
Goldstripe sardinella posted this in #help-forum
Goldstripe sardinellaOP
Hi everybody, I am new to Next but experienced React dev. I am using version 14 and I wonder if it is considered a good practice to create reusable server components that take props from their parent. My specific use case: I am creating a page builder with Sanity and I some of these UI components are data agnostic. SEO is important here and client components will be placed at the bottom of the tree.
Answered by B33fb0n3
Yea, like you build reusable components in react, you should also do that in nextjs with components @Goldstripe sardinella
1 Reply
Yea, like you build reusable components in react, you should also do that in nextjs with components @Goldstripe sardinella
Answer