-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Feature
Copy link
Labels
Pillar: Technical DebtPriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentscopilot-candidateenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-templates
Milestone
Description
The weather page in the Blazor Web App template doesn't currently persist its prerendered state. This means that if the weather page is rendered interactively and you browse directly to the weather page, you'll see the weather prerendered, then replaced with Loading..., and then rendered again. The flash is particularly visible because we include the Task.Delay(500) to simulate loading the weather data.
marinasundstrom, boukenka, KonnectSalon and renping106Copilot
Metadata
Metadata
Assignees
Labels
Pillar: Technical DebtPriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentscopilot-candidateenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-templates