How to handle pathing? Like, I want to have a `do...
# compose-web
l
How to handle pathing? Like, I want to have a
domain/home
and a
domain/lobby
pages. Currently I hold a composable for each page and just replace the main composable, like an android Fragment. But doing it this way won't allow me to give the direct link to a specific fragment/page. How do you guys handle this?
h