blazor
Installation
SKILL.md
Blazor
Trigger On
- working on
.razorfiles,.razor.cscode-behind,_Imports.razor - choosing between Server, WebAssembly, Auto, hoặc SSR render mode
- component parameters,
EventCallback, cascading values, two-way binding@bind - component lifecycle (
OnInitializedAsync,OnAfterRenderAsync,ShouldRender) EditForm+ DataAnnotations / FluentValidation- JS interop (
IJSRuntime.InvokeAsync) - state management (component, service-based, Fluxor/Blazored)
- migrate Blazor Server-only / WASM-only sang unified Blazor Web App (.NET 8)