1.0.3 • Published 10 months ago

effective-jsx v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
10 months ago

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.

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago