routeAction

@Composable
fun routeAction(vararg keys: String?, block: suspend CoroutineScope.() -> Unit)

LaunchedEffect wrapper which automatically add route path as a key. Used to make sure all routes are processed with the SSR engine.