Simple alternatives to Bootstrap on MAUI-Blazor hybrid app
Hello there,
An amateur here. I started building a mobile app that will me on my daily job. Nothing fancy just a simple database that will help me track down few things.
I studied ASP. NET Core MVC 2 years ago in a night school but nothing big. I decided to go for MAUI-Blazor hybrid instead of learning React Native or Flutter from zero after many encouraging posts here. I know C#, html, css, razor pages and Bootstrap so I thought that would be the safest option.
But I started to notice the app doesn't look like a mobile app. Definitely due to Bootstrap. I want another option for styling but with the least friction possible. I don't want to learn new thing else I would have learned xaml from the beginning.
Thank you