Does someone have an example with compose web + ro...
# compose-web
d
Does someone have an example with compose web + router?
b
I do, give me a sec
Uses routing-compose, which is basically a react-router remapped to compose
h
@Big Chungus You don't need manually query parsing any more :)
BTW this is the mentioned library: https://github.com/hfhbd/routing-compose
❤️ 1
b
I'm aware. Just haven't found the time to upgrade yet 😀
d
😛 I'm convinced. Thanks @Big Chungus
h
ComposeTodo uses the latest version of routing-compose: this sample is maybe more clear 🙂 https://github.com/hfhbd/ComposeTodo/blob/main/web/src/jsMain/kotlin/app/softwork/composetodo/MainApp.kt
👍 1
139 Views