Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/middleware/jsx/index.ts>JSXNode

Ultrafast web framework for Cloudflare Workers, Deno, Bun, and Node.js. Fast, but not only fast.
Very Popular
Go to Latest
class JSXNode
implements HtmlEscaped
import { JSXNode } from "https://deno.land/x/hono@v3.0.0-rc.4/middleware/jsx/index.ts";

Constructors

new
JSXNode(
tag: string | Function,
props: Props,
children: Child[],
)

Properties

children: Child[]
isEscaped: true
props: Props
tag: string | Function

Methods

toString(): string
toStringToBuffer(buffer: StringBuffer): void