We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hyperlight is a next-gen Hyperapp framework.
It is completely written in typescript and cjs free, inspired by Next.js. It uses esbuild to achieve such speeds and size
Get started by reading the Get Started guide, or read the full documentation in the Documentation section
import { jsx } from '@hyperlight/jsx' import "./style.css" export default () => <h1>Hello World</h1>
@hyperlight/jsx