@hyperlight/jsx JSX support for Hyperapp. Install pnpm i @hyperlight/jsx Setup Add this field to tsconfig.json (or jsonconfig.json): { "jsx": "preserve" } Usage import { jsx } from '@hyperlight/jsx' export const view = (state) => <h1>{state}</h1>