Walk through the basics, how it works, how to get started, and a few useful libraries to make life easier.
Created by Alex Hedley
What is Blazor?Blazor is a modern front-end web framework based on HTML, CSS, and C# that helps you build web apps faster. With Blazor, build web apps using reusable components that can be run from both the client and the server so that you can deliver great web experiences.
https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor
Initial release: 2018 (~8 years ago)
"browser" and "razor"
Experimental Prototype
C# in browser via WebAssembly prototype
First public demo by Steve Sanderson at NDC Oslo.
Blazor Server
Server-side UI, SignalR updates, fast load
Blazor WebAssembly
Client-side .NET, offline support
Blazor Hybrid
Native apps via WebView (MAUI)
Blazor Full-stack UI
Combined Server + WASM, render modes
Unified Blazor
Single model with static + interactive modes
...
...
https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/intro
dotnet new blazor
dotnet new blazorwasm
The Microsoft.FluentUI.AspNetCore.* family of packages provides a set of Razor components for building Blazor applications that leverage the Fluent Design System (i.e. have the look and feel of modern Microsoft applications).

The clone of "Storybook" for Blazor, a frontend workshop for building UI components and pages in isolation.
A collection of Blazor components that are drop-in replacements for the ASP.NET Web Forms control of the same name. The library also includes some other shims and modules that make migrating to Blazor a smooth experience
https://fritzandfriends.github.io/BlazorWebFormsComponents/

❗️ Blazored is now archived 😢
Utility (Blazor)Utility Web App written in Blazor WebAssembly (WASM)
BlashingBuild a beautiful dashboard
Dashing is a Sinatra based framework that lets you build beautiful dashboards. It looks especially great on TVs.
dashing from Shopify: https://github.com/Shopify/dashing

Smashing, the spiritual successor to Dashing, is a Sinatra based framework that lets you build excellent dashboards. It looks especially great on TVs.
https://github.com/Smashing/smashing
