Skip to content

[Blazor] Restore client-side state after failing to reconnect to the circuit #56678

@MackinnonBuck

Description

@MackinnonBuck

As part of the changes in #55723, Blazor Server apps will automatically reload the page during reconnection if the underlying circuit no longer exists. We should consider enhancing this experience further by automatically restoring client-side state.

This would likely include user input for the following HTML elements:

  • <input>
  • <select>
  • <textarea>

However, this does not include restoring server-side state, as that is tracked by #30344

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-blazorIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-server

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions