#Server Components - Server-Side Rendering?

1 messages · Page 1 of 1 (latest)

mellow summit
#

I've gone through almost all of the Frontend Dev career path in order to support a big project we are about to start at the company where I work. We are currently having discussions about the tech stack we should go with.

We will definitely work with React. Does any of you have some good advice on whether we should build out with Server-Side Rendering or Server Components?

(Or stick with Client-Side Rendering)

brittle zealot
#

Hard to know what to suggest without knowing the project in more detail. That said I would recommend Nextjs app router which lets you easily swap between server-side and client-side rendering.