hydeinthesky29
hydeinthesky29

Reputation: 177

.NET MAUI Blazor - What to incorporate to it, Blazor Server or Blazor WASM as best practice?

Good Day Everyone

I'm currently checking .NET MAUI Blazor App, and according to some tutorials, you can incorporate existing Blazor applications, currently, I have 2 different apps, one is made in Blazor Server and the other one is made in Blazor WASM, If I'm incorporating my apps to .NET MAUI Blazor what is the best practice to incorporate to it, Server or the WASM? sorry for the questions, I actually getting confused if .NET MAUI Blazor is a client app or a server-side app.

Thanks and regards

Upvotes: 2

Views: 918

Answers (1)

Shuryno
Shuryno

Reputation: 579

Maybe this could help you? They are talking about Blazor Hybrid, it is not Server nor Wasm. It runs natively using a webview for the razor pages. Its a third kind.

Microsoft presentation of Blazor Hybrid

https://learn.microsoft.com/en-us/learn/modules/build-blazor-hybrid/

Upvotes: 2

Related Questions