bhanford9 / SkillJourney

0 stars 0 forks source link

MAUI - Blazor Hybrid #2

Open bhanford9 opened 3 weeks ago

bhanford9 commented 3 weeks ago

MAUI can be setup in the same way as the WPF Desktop application where it simply uses a Blazor Web View in its main page and the website is rendered in the Cross Platform MAUI engine. We need to add a project for this and get it implemented. The Desktop Client is likely a good reference for what it should look like.

MAUI would technically replace the need for the WPF Desktop Client, but I don't mind keeping it in place as a proof of concept for how one might choose to do a WPF-Blazor Hybrid app

Here is a pretty good video of some Blazor-MAUI Hybrid concepts:

bhanford9 commented 3 weeks ago

@kaster-zachary