ATerentjev / MapBoxBlazor

The library for working with MapBox from Blazor
MIT License
10 stars 3 forks source link

Some questions #2

Open HarelM opened 4 years ago

HarelM commented 4 years ago

Sorry for opening an issue, but I just want to better understand a few things about this project and how much did you progress with blazor. This is in continue to: https://github.com/mapbox/mapbox-gl-js/issues/9145

I'm developing for a while now IsraelHikingMap which uses mapbox-gl with angular and cordova on the client side and .net core in the server side.

I have performance issues due to angular stuff and also some other issues due to cordova.

I was wondering if switching to blazor might reduce the work needed to maintaining the project as I would be able to easily share code.

This is a huge effort, but I trust Microsoft more than I trust Cordova or Ionic, so it might be worth it.

I'm using a lot of Cordova plugins to get native capabilities which I'm not sure are supported with blazor hybrid (BTW did you had a chance to test it?)

In any case, I would appreciate any insights you have on the stability, performance and ease of writing related to blazor.

Thanks for getting back to me so quickly BTW.

ATerentjev commented 4 years ago

I am a little busy with current affairs right now. I've been working with mapbox for half a year , mobile and desktop verdion application, I will load library on nuget and show my app in the web later, possibly in the next 2-3 weeks.

HarelM commented 4 years ago

Thanks for the info! This is very interesting for me. My focus is a mobile app and website that share the same code as much as possible. Looking at the community around native capabilities with blazor hybrid I think it's a bit immature, not sure though... Same feels for UI controls in blazor, again, not sure. In any case, assuming this is something that will benefit both of us, I'd be happy to help out, if not coding then testing :-)

ATerentjev commented 4 years ago

Take a look at this blazor boilerplate matBlazor

ATerentjev commented 4 years ago

and my own test livesbook.ru I did this six months ago autotest

Try double clicking on car columns. One will show the location of the car, the second will show the track of the distance traveled

ATerentjev commented 4 years ago

We are doing similar works , I will be glad to cooperate my email aviabunin@mail.ru Here https://github.com/mapbox/mapbox-gl-js/blob/main/CONTRIBUTING.md how to clone mapbox with git Feel free to ask questions