← 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.
Related projects
Koshelek Service: Account
2020–2021
User profile/security flows as a micro-frontend service within an SSR platform.
Koshelek Service: Advertisement
2020–2021
Service-level UI for advertisement flows within a micro-frontends wallet product.
Koshelek Service: Advertisement Editor
2020–2021
Editing workflows and UI logic for advertisement management within the platform.
Koshelek Service: P2P
2020–2021
P2P flows as a service-level frontend in a micro-frontends wallet platform.
Micro-frontends SSR Platform
2020–2021
A micro-frontends platform with SSR, shared UI foundations, and multiple service-level frontends.