Package-level declarations
Properties
Functions
Link copied to clipboard
Executes the given block inside RouteEffect when the route matches the int.
Link copied to clipboard
Executes the given block inside RouteEffect when the route doesn't match.
Link copied to clipboard
@Composable
Executes the given block inside RouteEffect when the route matches the given path.
Link copied to clipboard
LaunchedEffect wrapper which automatically add route path as a key. It also supports executing done callback, which is used within SSR routers.
Link copied to clipboard
@Composable
Link copied to clipboard
Link copied to clipboard
Executes the given block inside RouteEffect when the route matches the string.