Skip to content

Update the weather page in the Blazor Web App template to persist prerendered state #51205

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Pillar: Technical DebtPriority:1Work that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing onefeature-templates

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions