Skip to content

Releases: rockfordlhotka/Blazor8State

Draft resolution

27 Oct 18:19
Compare
Choose a tag to compare

This is the first draft of a possible solution to the per-user state challenge in Blazor 8.

The code in this tag/branch flows per-user state between server-rendered, server-interactive, and wasm-interactive pages in a Blazor app, including flowing changes to the per-user state in a wasm page back to server pages.

Issue demo

17 Oct 14:29
acab502
Compare
Choose a tag to compare

This is the code that demonstrates the per-user state management issue with Blazor 8 RC2.