Was ist dotnet-blazor-components?
Implementiert Blazor-Komponenten. Lebenszyklus, Statusverwaltung, JS-Interop, EditForm, QuickGrid. Quelle: novotnyllc/dotnet-artisan.
Implementiert Blazor-Komponenten. Lebenszyklus, Statusverwaltung, JS-Interop, EditForm, QuickGrid.
Installieren Sie den KI-Skill dotnet-blazor-components schnell in Ihrer Entwicklungsumgebung über die Kommandozeile
Quelle: 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 |
Implementiert Blazor-Komponenten. Lebenszyklus, Statusverwaltung, JS-Interop, EditForm, QuickGrid. Quelle: novotnyllc/dotnet-artisan.
Stabile Felder und Befehle für KI/Such-Zitate.
npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-componentsImplementiert Blazor-Komponenten. Lebenszyklus, Statusverwaltung, JS-Interop, EditForm, QuickGrid. Quelle: novotnyllc/dotnet-artisan.
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw
https://github.com/novotnyllc/dotnet-artisan