Blazor SSR & MudFields: EditContext Issues This entry is part 1 of 2 in the series MudBlazorDon’t cast out your Mud Components like a catholic priest on a six-week exorcist tour.
Managing State with Blazor SSR Interactive Components This entry is part 2 of 2 in the series MudBlazorThis layout is rendered on the server and does not directly support interactivity. We could move the Layout to be rendered on the client, but then nothing would use SSR, and that’s a waste. Let’s use reactive magic and client-side coding to rub some interactive funk on it!