1.0.3 • Published 2 years ago

effective-jsx v1.0.3

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago