One glaring error in that talk: there's no reason ...
# squarelibraries
r
One glaring error in that talk: there's no reason to allow config changes to blow up your activity instances in a Compose app
m
Could you elaborate what you mean with this?
So the stuff I said about having a JetPack ViewModel to hang your runtime off of is unnecessary.
m
Oh so with that one can forget about saveables? You just do setContent on your root presenter and the rest hang from there?
r
Right
Not so much forget about saveables, as saveables just work for free.