Server Rendering Matters

Fast pages, simple data flow, and fewer moving parts.

Why it matters

  • predictable data flow
  • fewer client states
  • easier caching

Server rendering keeps the browser honest.

A colorful browser gallery scene

It also works well with bold text, emphasis, strikethrough, inline code, and links.

fmt.Println("hello from Go")
Layer Role
Content Markdown source
Server HTML rendering
  • rendered
  • deferred