@the_dissidents/minimal-jsx-runtime
v0.0.3
Published
A private little wrapper for using JSX the above projects
Readme
minimal-jsx-runtime
Implements jsx, jsxs and Fragment using simple vanilla DOM API.
Usage
- Add to dependency (Not dev-dependency). You can simply copy it to your project directory and add it locally, e.g. in
package.json:"dependencies": { "minimal-jsx-runtime": "file:../minimal-jsx-runtime" } - In
tsconfig.json, set"jsx": "react-jsx", "jsxImportSource": "minimal-jsx-runtime" - Done
