Hi! I've published a Compose library that focusing on writing the cross-platform application in pure Compose, and bring similar functionality of Jetpack ViewModel, LiveData, and Navigation to Jetbrains Compose, the source code is here: https://github.com/Tlaster/PreCompose
🎉 5
g
gagarin55
03/28/2021, 5:37 AM
Do we really need ViewModel, LiveData and etc. in app based on compose ?
t
Tlaster
03/28/2021, 5:55 AM
IDK, I'm also exploring the options. ViewModel and LiveData are here just because I want to migrate my Android app from Jetpack Compose to Jetbrains Compose, and it makes it easier, but I think the Navigation is still required since it's basic functionality for app development.