React Router API Reference
Preparing search index...
react-router
LazyRouteFunction
Interface LazyRouteFunction<R>
lazy() function to load a route definition, which can add non-matching related properties to a route
Type Parameters
R
extends
AgnosticRouteObject
LazyRouteFunction
()
:
Promise
<
Omit
<
R
,
UnsupportedLazyRouteFunctionKey
>
&
Partial
<
Record
<
UnsupportedLazyRouteFunctionKey
,
never
>
,
>
,
>
Returns
Promise
<
Omit
<
R
,
UnsupportedLazyRouteFunctionKey
>
&
Partial
<
Record
<
UnsupportedLazyRouteFunctionKey
,
never
>
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
React Router API Reference
Loading...
lazy() function to load a route definition, which can add non-matching related properties to a route