Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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