Hi, I plan to build an application for Android and...
# compose-web
a
Hi, I plan to build an application for Android and web (using Kotlin WASM) and I have a basic question: what should I use for navigation in the web version? For Android is a simple case. But for web I want to have a regular links between pages, of course. I saw these libraries. I have seen something that resembles a path definition in only one library (PreCompose: scene(route = "/detail/{id}")...) Which one is the best for my case? Or maybe we have something new?
j
I think https://github.com/slackhq/circuit will be having wasm support soon, but uncertain. They support js at moment. Also Jetbrains working on multiplatform navigation. Hard to tell which library will be best. They will need to work in Android, iOS and desktop as well.
👍 1