Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/htm/jsx.ts>JSXNode

Create `text/html` response with JSX.
Latest
class JSXNode
import { JSXNode } from "https://deno.land/x/htm@0.2.3/jsx.ts";

Constructors

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

Properties

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

Methods

toString(): string
toStringToBuffer(buffer: string[]): void