Where would be a good place to start preparing our...
# android-architecture
d
Where would be a good place to start preparing our current applications to migrate over to the new Jetpack Compose code? Could we start wrapping views in a construct that works similar to how it works already?
s
I think its too early to begin such preparations, since Compose's api can be changed in unexpected direction
r
Lol its entirely to early for that. just code like normally. It's no where near ready for production. I dont even think it will be ready this year.. maybe next year or 2
e
I think is to early too, but Netflix's componentization seems a good start to separate the UI and logic.

https://youtu.be/1cWwfh_5ZQs

d
This looks cool! Thanks!
😊 1