Skip to main content
Module

x/nano_jsx/jsx.ts

🎯 SSR first, lightweight 1kB JSX library.
Go to Latest
File
import { h } from './core.ts'import htm from './htm.ts'const jsx = htm.bind(h)
export { jsx }