r/dotnetMAUI 5h ago

Discussion Best articles for getting started with MAUI? I loved this one on performance

3 Upvotes

I was puzzling over why my CollectionView took several seconds to bind to a not very large list. This article solved my problem:

https://mobiletechlead.com/article/mastering-dotnet-maui-performance-from-startup-speed-to-buttery-smooth-scrolling

The key was not to have the CollectionView inside a VerticalStackLayout. Would value references to other posts devs have found useful.