Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 821 Bytes

File metadata and controls

9 lines (4 loc) · 821 Bytes

Just my little blazor playground solution for trying out a few different blazor and .net libraries

At them moment I'm interested in the following:

  • I like what Hassan Habib has done around architecture for Blazor Applications. He walks thru a great architecture for setting up views with base components, and then using those view components in your pages. Watch the videos here.

  • I've been following the work that Weston Walker has been doing with Spark.NET, and he has recently released Spark.UI, a collection of re-usagble Razor components, which you can copy and past straight into your Blazor application.