Route params.
Data loaded by a route.
A router context.
Optional
options: RouteOptions<Params, Data, Context>Route options.
Creates a route that is rendered in an Outlet of a parent route.
A parent route.
Optional
options: RouteOptions<Params, Data, InferLocationParams<ParentRoute>>Route options.
Route params.
A pathname pattern.
Optional
component: ComponentTypeA component that is rendered by a route.
Creates a route that is rendered in an Outlet of a parent route.
A parent route.
A pathname pattern.
Optional
component: ComponentTypeA component that is rendered by a route.
Creates a route that is rendered in an Outlet of a Router.