Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kt3k/picojsx
A minimal jsx runtime implementation. Renders jsx into a string.
https://github.com/kt3k/picojsx
jsr jsx
Last synced: 1 day 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 (5 days ago)
- Default Branch: main
- Last Pushed: 2025-02-06T03:01:09.000Z (5 days ago)
- Last Synced: 2025-02-06T03:29:41.299Z (5 days ago)
- Topics: jsr, jsx
- Language: TypeScript
- Homepage: https://jsr.io/@kt3k/picojsx
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @kt3k/picojsx v0.1.5
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