Forum Discussion

Rockford Lhotka's avatar
Nov 03, 2021

Server-side Blazor state management

One of the more interesting things about server-side Blazor is that, unlike all previous UI frameworks, it maintains all per-user state (including the user's identity) in a dependency injection scope...

Resources