Other popular frameworks
As mentioned earlier, there are numerous MVVM frameworks available, each with its unique characteristics and advantages. Throughout this chapter, we’ve explored the MVVM Toolkit and .NET MAUI Community Toolkit. These toolkits, being community-driven and highly accessible, offer a variety of useful tools to simplify your MVVM code.
However, the landscape of MVVM frameworks is vast, so it might be worth seeing what other frameworks can provide. Here’s a list of some of the most popular third-party MVVM frameworks that are compatible with .NET MAUI:
- ReactiveUI: https://www.reactiveui.net/
- Prism Library: https://prismlibrary.com/
- TinyMvvm: https://github.com/dhindrik/TinyMvvm
- FreshMvvm: https://github.com/XAM-Consulting/FreshMvvm.Maui
Whether you are seeking a simple toolkit for the basics or a comprehensive framework with advanced capabilities, you will soon discover a framework that would best suit your specific needs...