Support Prerendering How Prerendering Works Prerendering is on by default for all interactive render modes. The server renders the component as static HTML and ships it to the browser immediately. Then the interactive runtime (Server/WebAssembly) loads and re-renders the component with full interactivity. This means: OnInitializedAsync runs twice — once during prerender (static), once when the interactive runtime attaches. OnAfterRenderAsync is NOT called during prerender — only after the interactive render. Internal navigation between interactive pages (interactive routing) skips prerendering — prerendering only happens on full page loads. Step 1 — Read the Project's AGENTS.md Check the project's AGENTS.md for the Interactivity Mode and Interactivity Scope : Show more Installs 971 Repository dotnet/skills GitHub Stars 5.3K First Seen May 26, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
support-prerendering
安装
npx skills add https://github.com/dotnet/skills --skill support-prerendering