https://github.com/kt3k/picojsx
A minimal jsx runtime implementation. Renders jsx into a string.
https://github.com/kt3k/picojsx
jsr jsx
Last synced: about 2 months ago
JSON representation
A minimal jsx runtime implementation. Renders jsx into a string.
- Host: GitHub
- URL: https://github.com/kt3k/picojsx
- Owner: kt3k
- License: mit
- Created: 2025-02-06T02:28:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T06:09:04.000Z (2 months ago)
- Last Synced: 2025-04-02T18:56:50.471Z (about 2 months ago)
- Topics: jsr, jsx
- Language: TypeScript
- Homepage: https://jsr.io/@kt3k/picojsx
- Size: 23.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @kt3k/picojsx v0.1.7
A minimal jsx runtime implementation. Renders jsx into a string.
Set the below in `tsconfig.json` or `deno.json`:
```json
{
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "@kt3k/[email protected]"
}
}
```## License
MIT
## Note
The implementation is mostly based on https://oliverjam.es/articles/diy-jsx