Interesting Blazor topics...
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"
In 2023, with .NET 8, Blazor enabled server-side rendered (SSR) pages to allow Interactive "Render modes"
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

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.
Blazored is now archived 😢
https://github.com/Blazored/TextEditor