Skip to main content
Module

x/htm/mod.ts>Component#render

Create `text/html` response with JSX.
Go to Latest
method Component.prototype.render
import { Component } from "https://deno.land/x/htm@0.1.4/mod.ts";

Parameters

optional
props: RenderableProps<P>
optional
state: Readonly<S>
optional
context: any