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

x/htm/mod.tsx>render

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

Parameters

parent:
| Element
| Document
| ShadowRoot
| DocumentFragment

Parameters

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