/Knowledge/sources/honojs__hono/llms-full/jsx-renderer-middleware-options-function-based-options--part-02--ac1655696537.md
JSX Renderer Middleware: Options > Function-based Options (part 02) -...
JSX Renderer Middleware: Options Function based Options (part 02) Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/ll...
JSX Renderer Middleware: Options > Function-based Options (part 02)
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#function-based-options
Summary
tsx app.use( '*', jsxRenderer( ({ children }) => { return ( ) }, (c) => ({ stream: !isSSGContext(c), }) ) )
Content
app.use(
'*',
jsxRenderer(
({ children }) => {
return (
<div>
<Suspense fallback={'loading...'}>
<Component />
</Suspense>
</div>
)
},
(c) => ({
stream: !isSSGContext(c),
})
)
)
Metadata
{
"chunk_index": 1,
"citation": "https://hono.dev/llms-full.txt#function-based-options",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / JSX Renderer Middleware > Options > Function-based Options (2)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 240,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "JSX Renderer Middleware: Options > Function-based Options (part 02)",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}