dotnet-blazor
Overview
Use this skill for Blazor development, including Razor components, render modes, interactivity, forms, routing, state, JavaScript interop, and web application patterns using dotnet/skills.
Workflow
- Identify hosting model, render mode, component structure, routing, state management, and shared UI conventions.
- Keep component changes scoped and preserve parameters, cascading values, event callbacks, and validation behavior.
- Test interactions with bUnit, app tests, or browser checks where available.
- Validate accessibility, responsiveness, and server/client boundary assumptions.
Guardrails
- Do not mix Blazor Server, WebAssembly, and interactive render-mode assumptions.
- Preserve form binding, validation messages, authorization views, and route behavior.
- Keep JavaScript interop contracts explicit and minimal.
Expected Output
Return Blazor changes or guidance with component contracts and validation results.
1---2name: dotnet-blazor3description: Skills for Blazor development: component authoring, interactivity, and web application patterns.4license: MIT5---67# dotnet-blazor89## Overview1011Use this skill for Blazor development, including Razor components, render modes, interactivity, forms, routing, state, JavaScript interop, and web application patterns using [dotnet/skills](https://github.com/dotnet/skills).1213## Workflow14151. Identify hosting model, render mode, component structure, routing, state management, and shared UI conventions.162. Keep component changes scoped and preserve parameters, cascading values, event callbacks, and validation behavior.173. Test interactions with bUnit, app tests, or browser checks where available.184. Validate accessibility, responsiveness, and server/client boundary assumptions.1920## Guardrails2122- Do not mix Blazor Server, WebAssembly, and interactive render-mode assumptions.23- Preserve form binding, validation messages, authorization views, and route behavior.24- Keep JavaScript interop contracts explicit and minimal.2526## Expected Output2728Return Blazor changes or guidance with component contracts and validation results.