dotnet-blazor-components

Installation
SKILL.md

dotnet-blazor-components

Blazor component architecture: lifecycle methods, state management (cascading values, DI, browser storage), JavaScript interop (AOT-safe), EditForm validation, and QuickGrid. Covers per-render-mode behavior differences where relevant.

Scope

  • Component lifecycle methods (SetParametersAsync, OnInitialized, OnAfterRender)
  • State management (cascading values, DI, browser storage)
  • JavaScript interop (AOT-safe module imports)
  • EditForm validation and input components
  • QuickGrid data binding and virtualization
  • Per-render-mode behavior differences (Static SSR, InteractiveServer, WASM)

Out of scope

  • Hosting model selection and render modes -- see [skill:dotnet-blazor-patterns]
  • Auth components (AuthorizeView, CascadingAuthenticationState) -- see [skill:dotnet-blazor-auth]
  • bUnit testing -- see [skill:dotnet-blazor-testing]
  • Standalone SignalR hub patterns -- see [skill:dotnet-realtime-communication]
Related skills

More from novotnyllc/dotnet-artisan

Installs
6
GitHub Stars
208
First Seen
Feb 24, 2026