I'll skip the boring how-to-get-started chat and instead dive into the practical things you'll need to do in a Blazor app. Demonstrations may include: - Breaking a Blazor component into subcomponents - Speeding up collections rendering with virtualization and render controls - Leveraging computedvalues instead of tracking state - Cross-cutting concerns, such as profiling, with abstract components ... or perhaps other Blazor goodness that will get us away from weather forecast demos and into real useful stuff. Building Blazor subcomponents all the way down will help you get a more manageable web app.