Sam
window.location.pathname
renderComposable()
pathname
Cannot GET /path-name/
host/path-name/
Big Chungus
hfhbd
@Composable fun path(): String { var path by remember { mutableStateOf("") } SideEffect { path = window.location.hash.removePrefix("#") println("hash location" + window.location.hash) println("history state" + window.history.state) } return path }
A modern programming language that makes developers happier.