What navigation library / strategy are people usin...
# compose-desktop
s
What navigation library / strategy are people using? I normally use decompose, but for small apps, I find that its setup / ceremony is a little much. Does anyone have any recommendations for something a bit simpler?
m
I would reccomend Voyager, it has everything a navigation library needs, even a kind of ViewModel implementation called ScreenModels. https://github.com/adrielcafe/voyager
🙏 2
b
Routing-compose is quite quick to setup
t
You can try https://github.com/Tlaster/PreCompose/ it's easy to set up, almost identical to jetpack, and provide ViewModel and lifecycle support.