dotnet-blazor-components とは?
Blazor コンポーネントを実装します。ライフサイクル、状態管理、JS 相互運用性、EditForm、QuickGrid。 ソース: novotnyllc/dotnet-artisan。
Blazor コンポーネントを実装します。ライフサイクル、状態管理、JS 相互運用性、EditForm、QuickGrid。
コマンドラインで dotnet-blazor-components AI スキルを開発環境にすばやくインストール
ソース: 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 |
Blazor コンポーネントを実装します。ライフサイクル、状態管理、JS 相互運用性、EditForm、QuickGrid。 ソース: novotnyllc/dotnet-artisan。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-componentsBlazor コンポーネントを実装します。ライフサイクル、状態管理、JS 相互運用性、EditForm、QuickGrid。 ソース: novotnyllc/dotnet-artisan。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/novotnyllc/dotnet-artisan