1.0.3 • Published 1 year ago

effective-jsx v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year 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

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago