Alexander MarfelFrontend Tech Lead / Team Lead
Back to Tech

SSR (Server-Side Rendering)

SSR is used to improve perceived performance, control rendering behavior, and support crawlers where needed. In Next.js, SSR is part of a broader set of rendering strategies (static generation, streaming, and server components). The right choice depends on data freshness, caching, and the user journey.

Why it matters
It can improve first load UX and make rendering behavior more predictable when combined with caching and clear data boundaries.