Hey, I just started using Compose Web yesterday, a...
# compose-web
a
Hey, I just started using Compose Web yesterday, and I have some questions about routing. Is there any help or snippets on how to handle multiple routes ? How to have like something always present in every routes (header/footer) etc ? Or do I have to do all this by myself using Ktor ?
b
How is ktor relevant in CfW routing context? What are you trying to achieve?
For client side routing you can use routing-compose or decompose libraries
a
Ah, I'll see this, but like I want a basic website with a route
/about
,
/contact
etc. And I though that Ktor was able to generate routing like this
b
Again, don't see how ktor is relevant here
CfW is a client side rendered framework
a
Ah, it's not meant to have both Client & Server handled at the same time ?
d
I don't think there are any server-side rendering solutions with compose for web yet, which I think is what you're asking for
a
Yes