fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.04k stars 1.5k forks source link

Maui Hybrid and Blazor Wasm #979

Open kallievz opened 1 month ago

kallievz commented 1 month ago

Any though on implementing a Maui Hybrid, i was looking into the following structure 👍

Blazor Maui Hybrid - Desktop and Mobile Razor Class Library Blazor Wasm.

Whereas the RCL(Razor Class Library) share the component between Maui and Wasm. In that way a single Component Repo in the RCL can be shared between multiple platforms. Single change can be available across all. I was trying for a week to use the V1 version of the webapi project as api services, and using Maui and Blazor with a shared class lib. Then got Ransomware attacked, now lost a week;s worth of playin on it.

https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/maui-blazor-web-app?view=aspnetcore-8.0 https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/class-libraries?view=aspnetcore-8.0