Hi all! Since Compose navigation in multiplatform ...
# compose
g
Hi all! Since Compose navigation in multiplatform is now available and Common ViewModel is experimental: If you had to start a new project in CMP, with some List/Detail screens (adaptive layout), bottomsheets, etc, which libraries will you choose to manage navigation and ViewModel ? Jetbrains CMP? Decompose? Let me know your preferences! (If this question has been asked recently, please link me to the thread and I'll delete this one!)
decompose intensifies 1
j
I’m working on test app (started last week) and I opted to use JetBrains navigation library since it heavily mirrors Android native APIs. So far I like what I’m seeing.
g
@Jonathan Thanks for your feedback!