In next.js 15, I know that all components are RSC by default. (Although RCC is possible individually)
I wonder if RSC and SSR are used together in next.js 15.
- Do I have to use RSC and SSR together in next.js 15?
- When I create a new project with create-next-app, only RSC is used by default and SSR cannot be found. Am I mistaken?
- If it is true, isn’t this a project that does not use SSR in the new project and does not take advantage of SSR?
New contributor
정민상 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.