TSX-static
This is a minimal library for tsx pre-rendering or static site generation.
Usage
mod.ts
: This file provides tsx rendering functionality.- More detailed description here.
types.dom.d.ts
: Thisd.ts
contains additional type declarations as inDOM API
, but not provided by deno. This is useful for frontend JavaScript to pass type check.- More detailed description here.
builder.ts
: This is provides several helpers functions to build a static site (as well as the scripts it uses) using deno-tsx (and other tools, likeDeno.emit
).- More detailed description here.