dotnet-blazor-patterns

Installation
SKILL.md

dotnet-blazor-patterns

Blazor hosting models, render modes, project setup, routing, enhanced navigation, streaming rendering, and AOT-safe patterns. Covers all five hosting models (InteractiveServer, InteractiveWebAssembly, InteractiveAuto, Static SSR, Hybrid) with trade-off analysis for each.

Scope

  • Blazor Web App project setup and configuration
  • Hosting model selection (Server, WASM, Auto, SSR, Hybrid)
  • Render mode configuration (global, per-page, per-component)
  • Routing and enhanced navigation
  • Streaming rendering and prerendering
  • AOT-safe Blazor patterns

Out of scope

  • Component architecture (lifecycle, state, JS interop) -- see [skill:dotnet-blazor-components]
  • Authentication across hosting models -- see [skill:dotnet-blazor-auth]
  • bUnit component testing -- see [skill:dotnet-blazor-testing]
  • Standalone SignalR patterns -- see [skill:dotnet-realtime-communication]
Related skills

More from novotnyllc/dotnet-artisan

Installs
5
GitHub Stars
208
First Seen
Feb 24, 2026