什么是 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-components实现 Blazor 组件。生命周期、状态管理、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