Skip to main content
Module

x/htm/mod.ts>render

Create a html response with JSX.
Go to Latest
function render
import { render } from "https://deno.land/x/htm@0.1.2/mod.ts";

Parameters

parent:
| Element
| Document
| ShadowRoot
| DocumentFragment

Parameters

parent:
| Element
| Document
| ShadowRoot
| DocumentFragment
optional
replaceNode: Element | Text