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?
I presume can do the other way around as well, observe url changes and trigger them to be mapped to compose navigation library, such as Circuit or any of them 🙂 Curious to hear about this as well, if I want to try out WASM/Web of CMP soon.