Managing State with Blazor SSR Interactive Components

Blazor Series- Managing State with Blazor SSR Interactive Components
This 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! Read more
Read More