Hi! I was checking `compose-desktop` examples and ...
# compose-desktop
y
Hi! I was checking
compose-desktop
examples and found that they remember the application state before passing it to a root composable? Is this really needed? I’ve asked a question here: https://stackoverflow.com/questions/77612064/why-to-remember-state-in-application-scope-in-compose-desktop
a
Recomposition could happen in any composable. Maybe it doesn’t happen in
application
now (I’m not actually sure that’s true), but it could in the future.
👍 1
👍🏻 1