is there anything like compose nav for KMM????
# multiplatform
s
is there anything like compose nav for KMM????
x
👍 2
e
I'm going to give it a try soon
c
There are many different navigation libraries available, so you can shop around and find one with the API and features you’re looking for. In Compose, it’s also really easy to build it yourself with a
State
variable and a big
when()
block. Just do a search for “navigation” in the #compose channel and you’ll find lots of threads with links to the various libraries.
👍 1
m
I personally have been using Voyager for my compose multiplatform projects and it's a breeze to setup and get going.
a
If you like url base routes, checkout https://github.com/aSoft-Ltd/captain as well