1.0.3 • Published 10 months ago
effective-jsx v1.0.3
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.