Apr 12, 2025
Thank you for your insightful comment!
I agree that SwiftUI's built-in state management and @Environment provide robust tools, reducing the need for traditional ViewModels in many scenarios. However, I believe that ViewModels still have their place, especially when dealing with complex business logic or asynchronous data handling.