Aspnetcore: Native Blazor?

Created on 9 Jul 2018  路  2Comments  路  Source: dotnet/aspnetcore

This might be weird approach but I wish we could have blazor compile project as native mobile app like cordova and nativescript instead of using Xamarin

Actually I think it would be possible to have wasm build from from blazor to plug inside nativescript toolchain

Is it possible in anyway? or is it already in a future plan?

area-blazor

Most helpful comment

Yes, PWAs are one possible future direction. Another possibility would be making a native UI component renderer on top of Blazor's Renderer abstraction (instead of rendering DOM elements in a browser view), which would be equivalent to React Native.

We don't have ETAs or commitments for either at this stage though, as we're concentrating on the core scenario of browser-based apps.

All 2 comments

The current plan is AFAIK to eventually support PWA for an app feeling.

Yes, PWAs are one possible future direction. Another possibility would be making a native UI component renderer on top of Blazor's Renderer abstraction (instead of rendering DOM elements in a browser view), which would be equivalent to React Native.

We don't have ETAs or commitments for either at this stage though, as we're concentrating on the core scenario of browser-based apps.

Was this page helpful?
0 / 5 - 0 ratings