I'd be concerned about storing so much state as members of singleton
objects
- I don't think that's going to scale, for the same reasons that storing static state has issues outside of Compose
c
Carlos Muñoz
11/12/2019, 10:56 AM
Definitely one of my main concerns as well
Thanks Ryan!
Any suggestions to make something along this lines scalable? or having an activity / fragment container per screen will still be the way to go in Compose : )