Module

x/jsx_to_string/mod.ts

A typesafe JSX/TSX to string library
Latest
import * as mod from "https://dotland.deno.dev/x/jsx_to_string@v0.5.0/mod.ts";

Functions

f
h

walkTree iterates over all the nodes in the tree. It can be used to find and read node data, or it can be used to modify the nodes.

Type Aliases

DeferredComponent is a functionn that returns JSX.Element. It is used to delay rendering a node, for cases like collecting styles into the