Test/Demo Project for UI sharing between Blazor WASM/Server Web UI and MAUI windows/android native UI
Basically it shows the use of a Razor Class Library the contains all the Pages, Components (both Razor Components), MainLayout and assets (css, images, js, etc.)
Some considerations in this blog post (italian only, sorry!)
Please don't use HttpClient like in this project (demo purpose only) but check this video for the right use (IHttpClientFactory)