Skip to content

Guidance for cross-server state management in Blazor #11793

@SteveSandersonMS

Description

@SteveSandersonMS

This is part of #10472

Provide examples/guidance around state management when reconnecting to a different server.

This can include patterns like storing state in localStorage or a database, and addressing the question of whether/how to restore some level of UI state. For server-side state storage, how do we associate the state with the circuit, and how do we ensure we clean it up at the right time?

Consider whether it makes sense ever to do this on a per-component basis, as opposed to on an app-wide basis

Metadata

Metadata

Labels

DoneThis issue has been fixedarea-blazorIncludes: Blazor, Razor Components

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions