Is there a plan where we can have a `hot reload` f...
# compose
m
Is there a plan where we can have a
hot reload
feature supported with compose just like in flutter or react ? One of downside of compose is that you can't visualize your UI anymore.
👍 1
s
... for now. Who knows how that may change in the future, with a hookup to a/the layout editor.
r
there will definitely be some way to quickly visualize your UI - we want to make sure the developer experience with Compose is at least as good as it is today. exact details of the experiences are still TBD.
👍 3
m
Since Compose layouts can be set as window content view, they also can be previewed easily.
f
Static previews are a poor replacement for running the code live
2