Eilon / Rezipe

Recipe app built with Mobile Blazor Bindings
MIT License
17 stars 6 forks source link

Mobile Blazor Bindings -> Blazor Maui Hybrid #3

Open codemonkey85 opened 3 years ago

codemonkey85 commented 3 years ago

Just wondering if you've been keeping up with the .NET 6 / MAUI news... it might be worth investigating "upgrading" your app to use that instead of Mobile Blazor Bindings, since MBB is experimental and MAUI / Blazor hybrid will be officially supported.

https://devblogs.microsoft.com/dotnet/announcing-net-maui-preview-4/

Eilon commented 3 years ago

Hi @codemonkey85 , I work on .NET MAUI, so this is already under investigation 😄 However, right now Rezipe is using native UI (not hybrid/web UI), so it can't be ported to the new .NET MAUI + Blazor just yet. But I plan to update all of MBB to .NET 6 + MAUI so eventually that will be possible.

codemonkey85 commented 3 years ago

I work on .NET MAUI

Somehow I missed this... 😅