Module

x/nano_jsx/mod.ts

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
import * as mod from "https://dotland.deno.dev/x/nano_jsx@v0.0.33/mod.ts";

Classes

A useful Image component Add <Img lazy ..., to lazy load the img source Add <Img width="100" height="100" ..., to specify img element's size. Add <Img placeholder="src or element" ...., to prepare placeholder for img.

A simple Link component Add <Link prefetch ..., to prefetch the html document Add <Link prefetch="hover" ..., to prefetch the html document on hovering over the link element.

Variables

v
h

Returns the populated parent if available else one child or an array of children

Pass "this.props.route.path" to it.

Creates a new Task using setTimeout()

Creates a new Microtask using Promise()