·dotnet-blazor-components
</>

dotnet-blazor-components

实现 Blazor 组件。生命周期、状态管理、JS 互操作、EditForm、QuickGrid。

6安装·0热度·@novotnyllc

安装

$npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components

如何安装 dotnet-blazor-components

通过命令行快速安装 dotnet-blazor-components AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:novotnyllc/dotnet-artisan。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from novotnyllc/dotnet-artisan

快速解答

什么是 dotnet-blazor-components?

实现 Blazor 组件。生命周期、状态管理、JS 互操作、EditForm、QuickGrid。 来源:novotnyllc/dotnet-artisan。

如何安装 dotnet-blazor-components?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/novotnyllc/dotnet-artisan

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-26