It seems like it’s a reasonable goal to use compos...
# compose
r
It seems like it’s a reasonable goal to use composable functions for an entire application without resorting to multiple activities. DI is one of the benefits of SwiftUIs approach of using structs for its views and I’ve been able to build a SwiftUI app using DI (with resolver) and it works well. I love that compose simplifies things down to just using composable functions, but it does seem like DI (and therefore e2e testing) is still currently a deficiency. Please don’t get me wrong I couldn’t be more excited about compose. It’s an incredible innovation in UI. I just want to use best practices for testing my app while building with compose.