Hello,
Is it planned to have a clear guideline of how to build an app with Jetpack Compose, or it will be like React, and do what you want, it's just a UI library. 😊
👍 1
2️⃣ 1
❤️ 1
z
Zach Klippenstein (he/him) [MOD]
03/03/2020, 6:03 PM
I would expect the latter. There’s been some talk about making the Jetpack Navigation library work with Compose, so while Google will probably continue to provide more general architectural guidance, I doubt it will be Compose-specific.
☝️ 1
t
Tristan
03/03/2020, 6:04 PM
Thanks! I like when there is an official way to do apps. Like with Angular. It's so comfortable.
z
Zach Klippenstein (he/him) [MOD]
03/03/2020, 6:10 PM
Definitely! It’s really helpful to have strong guidance there. And I like how Google is doing that in pieces, e.g. as separate libraries, so as your codebase grows and maybe even outgrows certain patterns, you can swap out the pieces that don’t work and keep using everything else.
👍 3
a
Adam Powell
03/03/2020, 8:02 PM
I would expect architectural guidance and jetpack libraries but you won't be required to do things that way to use compose