dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.2k stars 174 forks source link

Release Notes for Mobile Blazor Bindings 0.4 (0.4.74-preview) #134

Closed Eilon closed 4 years ago

Eilon commented 4 years ago

What's new?

More details in the announcement blog post: https://aka.ms/mbb-preview4-blog

Known issues

More information

aktxyz commented 4 years ago

is your preview 4 blog link correct, does not seem to be working

https://aka.ms/mbb-preview4-blog

Eilon commented 4 years ago

It's not yet released 😁

redradist commented 4 years ago

@Eilon Are you working on possibility to share Blazor WebAssembly Project in Hybrid App ... to not copy (or sym-link folder) Blazor WebAssembly Project source files each time to Hybrid App ?

Eilon commented 4 years ago

@redradist yup, that's what https://github.com/xamarin/MobileBlazorBindings/issues/129 is all about. It's not about WebAssembly (WASM) specifically, because WASM is more about how the app is deployed, not how code is shared.

By support Razor Class Libraries (RCLs), you can then consume the same RCL from a Blazor Server app, Blazor WASM app, Mobile Blazor Bindings Hybrid App, etc. Yes, there will be some restrictions, but most things should just work.

I see you up-voted that issue, which is great! If you have any other thoughts to share or scenarios you think are important, please add them to that issue so we can take it into account as we start working on that.

mdimai666 commented 4 years ago

I look forward to:)

Eilon commented 4 years ago

This is now public! Check out the blog post here: https://devblogs.microsoft.com/aspnet/hybrid-blazor-mobile-blazor-bindings-july-update

hw72869951 commented 4 years ago

移动blazor大概在什么时候可以发布

Eilon commented 4 years ago

Hi @hw72869951 , I've translated your comment to: "When will the mobile blazor be released"

The eventual goal is to have Blazor be an option for building .NET MAUI applications, which is the future of cross-platform UI on .NET.

For now there is Xamarin.Forms, which Mobile Blazor Bindings is built on. We're looking for feedback to help shape what the experience should look like, regardless of the underlying tech it's built on.

To answer your question: There is no firm date, but it will likely be an experiment at least until .NET MAUI ships, which is planned for next year (2021).

Eilon commented 4 years ago

Closing this issue, but feel free to add comments here (I'll see them), or post a new issue if it's a bug report or feature request. Thank you!