Preparing search index...
The search index is not available
Remix Hono - v0.0.17
Remix Hono
handler
ReactRouterMiddlewareOptions
Interface ReactRouterMiddlewareOptions
interface
ReactRouterMiddlewareOptions
{
build
:
ServerBuild
;
mode
?:
"development"
|
"production"
;
getLoadContext
(
c
:
Context
<
any
,
any
,
{}
>
,
)
:
AppLoadContext
|
Promise
<
AppLoadContext
>
;
}
Index
Properties
build
mode?
Methods
get
Load
Context?
Properties
build
build
:
ServerBuild
Optional
mode
mode
?:
"development"
|
"production"
Methods
Optional
get
Load
Context
getLoadContext
(
c
:
Context
<
any
,
any
,
{}
>
,
)
:
AppLoadContext
|
Promise
<
AppLoadContext
>
Parameters
c
:
Context
<
any
,
any
,
{}
>
Returns
AppLoadContext
|
Promise
<
AppLoadContext
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
build
mode
Methods
get
Load
Context
Remix Hono - v0.0.17
Loading...