snow-jallen / MauiCombined

Blazor everywhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blazor everywhere - Blazor Server, Blazor-based MAUI App, Regular MAUI app w/Blazor sprinkled in

The Razor Class Library defines components shared across two MAUI apps and a Blazor Server app. One of the components requires an IDataSource to be injected in, and each different app injects different implementations of that interface. The MauiRegular app injects different behavior depending on if you're running on Windows or Android as well.

Project Description
BlazorServerApp Example of using those same components in a regular web app
MauiCombined 100% Blazor Components (no xaml pages)
MauiRegular Regular MAUI app with Blazor sprinkled in

About

Blazor everywhere


Languages

Language:C# 42.9%Language:HTML 28.7%Language:CSS 27.9%Language:JavaScript 0.5%