Hi! I've published a Compose library that focusing...
# compose-desktop
t
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
Do we really need ViewModel, LiveData and etc. in app based on compose ?
t
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.