You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: