Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I have high long term hopes for Maui Blazor. It's such a simple thing, a bridge between native-compiled .NET code and a platform-provided web renderer. There will always be a need for both of those things in .NET, always, so the bridge seems sensible to keep alive.

Not sure about Xaml based Maui...that may well go the way of Silverlight.



Is that like Tauri except it’s dotnet instead of rust?


https://learn.microsoft.com/en-us/training/modules/build-bla...

"In a Blazor Hybrid app, Razor components run natively on the device. Components render to an embedded Web View control through a local interop channel. Components don't run in the browser, and WebAssembly isn't involved. Razor components load and execute code quickly, and components have full access to the native capabilities of the device through the .NET platform."

I'm not familiar with Tauri but skimming it seems similar. Except that Razor syntax allows C# inline with HTML so you can avoid JavaScript altogether. Maui Blazor also uses Xamarin to support mobile, and can compile to WASM to run in a browser.

(What i skimmed) https://tauri.app/v1/references/architecture/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: