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:
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: