·dotnet-blazor-components
</>

dotnet-blazor-components

Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid.

6Installs·0Trend·@novotnyllc

Installation

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

How to Install dotnet-blazor-components

Quickly install dotnet-blazor-components AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: novotnyllc/dotnet-artisan.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/novotnyllc/dotnet-artisan --skill dotnet-blazor-components
Category
</>Dev Tools
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from novotnyllc/dotnet-artisan

Quick answers

What is dotnet-blazor-components?

Implements Blazor components. Lifecycle, state management, JS interop, EditForm, QuickGrid. Source: novotnyllc/dotnet-artisan.

How do I install dotnet-blazor-components?

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

Where is the source repository?

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