In this video, I show how to convert a RADZEN BLAZOR SERVER app to BLAZOR MAUI.
Being able to reuse code in your blazor server web app in your blazor hybrid mobile app brings you the following benefits:-
- You do not need to learn new framework to develop your mobile app.
- Development time is reduced since you are reusing the code base for your web app in the mobile app.
Completed BLAZOR MAUI project can be pulled from GitHub - benjaminsqlserver/StudentMAUI: This project demonstrates how to convert a RADZEN BLAZOR SERVER App to BLAZOR MAUI (Hybrid)