AoE2Germany

Static Server Rendering (SSR)

Cards

Alpha

First item rendered at build time on the server.

SSR
Beta

No JavaScript framework required for this content.

Static
Gamma

Bootstrap styled with your custom theme tokens.

Bootstrap

Static Table

# Name Status Score
1 Item 1 Pending 59
2 Item 2 Active 76
3 Item 3 Pending 93
4 Item 4 Active 110
5 Item 5 Pending 127

Accordion (Bootstrap JS — no Blazor needed)

Server-Side Rendering means the HTML is generated on the server and sent to the client. No client-side framework runtime is required to display the content.

Use SSR for content pages, landing pages, and anything that doesn't need real-time interactivity. It loads faster and is better for SEO.

SSR cannot handle C# event handlers (@onclick, @oninput, etc.) or maintain component state between interactions. For that, use Interactive WASM or Server render modes.
An unhandled error has occurred. Reload 🗙