React Server Components (RSC)
Next.js introduces React Server Components natively. Unlike traditional components that render in the browser, Server Components execute strictly on the server backend before any HTML is sent to the client.
SSR vs SSG Rendering
Next.js provides different caching mechanisms for how web pages are rendered on the backend server.