What is dotnet-blazor-components?
Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid. Source: novotnyllc/dotnet-artisan.
Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid.
Quickly install dotnet-blazor-components AI skill to your development environment via command line
Source: novotnyllc/dotnet-artisan.
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.
| Lifecycle Event | Static SSR | InteractiveServer | InteractiveWebAssembly | InteractiveAuto | Hybrid |
| OnInitialized(Async) | Runs on server | Runs on server | Runs in browser | Server on first load, browser after WASM cached | Runs in-process | | OnAfterRender(Async) | Never called | Runs on server after SignalR confirms render | Runs in browser after DOM update | Server-side then browser-side (matches active runtime) | Runs after WebView render |
Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid. Source: novotnyllc/dotnet-artisan.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-componentsImplements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid. Source: novotnyllc/dotnet-artisan.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/novotnyllc/dotnet-artisan