Hello guys, in compose multiplatform 1.7.0-beta02 ...
# multiplatform
a
Hello guys, in compose multiplatform 1.7.0-beta02 is it now worth to use compose navigation and viewmodel official instead of voyager and screenmodel?
m
I'm using them in one of my side projects and had no problems with them so far
a
How can we address the limitations of deep links and back handlers? Is this still an ongoing issue?
m
https://exyte.com/blog/jetpack-compose-multiplatform You can check here for BackHandler implementation
as for deep links I found this https://github.com/theolm/Rinku but I didn't try it yet
a
Oh okay thank you sir
m
You're welcome