Hey everyone, I’m looking to benchmark how the community is actually building production-grade MAUI apps today. I’ve seen similar discussion on flow, so I thought to go deeper.
When things get complex—heavy state management, background sync, and rapid iterations—standard MVVM can sometimes feel like it's slow or even pushing against the framework.
I’m curious about any specific area of professional devs stack but three top areas for me are:
• State & Logic: Are you sticking to Pure MVVM (CommunityToolkit), or are you opting for something like ReactiveUI to handle complex event streams?
• Communication: How are your components talking? WeakReferenceMessenger, TinyMessenger, or strictly Constructor Injection and Events?
• Iteration Velocity: What is your 'secret sauce' for moving fast? (e.g., Hot Reload, a custom 'Internal Dev' UI page, logging frameworks or perhaps a specific MvvmCross-style navigation wrapper?)