Build Blazor Web App with Auth
curated by SkillMD · plugin · 4 skills
Install this pack to build a Blazor Web App with authentication and interactive components.
Install the whole plugin (CLI)
npx skillmds add dotnet/plan-ui-change
npx skillmds add dotnet/configure-auth
npx skillmds add dotnet/collect-user-input
npx skillmds add dotnet/support-prerenderingSkills in this plugin
- ▌ plan-ui-change · dotnetPlan complex Blazor UI features by decomposing them into focused, composable components with clear data flow and implementation order.
- ▌ configure-auth · dotnetAdd authentication and authorization to a Blazor Web App, handling render modes, Identity pages, and auth state serialization.
- ▌ collect-user-input · dotnetBuild forms, validate data, and react to user input in Blazor applications.
- ▌ support-prerendering · dotnetFix interactive Blazor components that break during prerender: duplicate data loads, null references, UI flicker, and state loss. Persist state across the prerender-to-interactive handoff, disable prerendering, exclude pages from interactive routing, and detect prerender vs interactive at runtime.