effective-jsx
v1.0.3
Published
A JSX runtime for HTML rendering with Signal based reactivity
Downloads
14
Readme
jsx-to-html-runtime
Simple JSX to HTML runtime
npm i jsx-to-html-runtime
bun add jsx-to-html-runtime
yarn add jsx-to-html-runtime
pnpm add jsx-to-html-runtime
To use:
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "jsx-to-html-runtime"
}
Note: I've only tested with bun which automatically transpiles JSX into javascript functions.