is there any way to remove *`#`* from compose navi...
# webassembly
j
is there any way to remove
#
from compose navigation?
base_url/#route_name
to
base_url/route_name
the
#
here is an URL format part
j
what if we create route ktor server?
then use the customization API
but you have to understand what is going on then. because it may happen you will load wasm app again and again for each new url
j
k
check the doc and try what you want
j
I already go through the official documentation
k
wasm app is usually single page web app. you don't need ktor routes for the navigation
j
if user goto website.com/login then CMP app load app and navigate to login pass just like deeplink
k
j
Okay