this post was submitted on 24 Oct 2023
588 points (96.5% liked)

Technology

58091 readers
3119 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Nadella, Gates, and Ballmer have all admitted to Microsoft’s mobile mistakes.

you are viewing a single comment's thread
view the rest of the comments
[–] MrScottyTay 2 points 10 months ago

It's very powerful. It's great for making desktop apps too if you're more used to using html and css for UI (if you use the Hybrid version - the standard uses XML exactly like Xamarin I believe). The only downfall it has at the moment is that it should also allow web deployment as a webapp too then it could be a true one and done framework.

You can get around it a bit by putting the pages into a library instead and have both a MAUI project and a Web so project that uses the same pages, just with different setups.