Module

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

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Extremely Popular
Go to Latest
variable jsx
import { jsx } from "https://dotland.deno.dev/x/hono@v2.5.10/middleware/jsx/index.ts";

type

(
tag: string | Function,
props: Props,
...children: (string | HtmlEscapedString)[],
) => JSXNode