Skip to content

Instantly share code, notes, and snippets.

View JakubKoralewski's full-sized avatar
🦀
Chillin' out maxin' relaxin' all cool

Jakub Koralewski JakubKoralewski

🦀
Chillin' out maxin' relaxin' all cool
View GitHub Profile
@JakubKoralewski
JakubKoralewski / h.ts
Last active September 5, 2022 17:48 — forked from borestad/h.ts
JSX/TSX without React with style={var} working
/* https://gist.github.com/borestad/eac42120613bc67a3714f115e8b485a7
* Custom jsx parser
* See: tsconfig.json
*
* {
* "jsx": "react",
* "jsxFactory": "h",
* "lib": [
* "es2017",
* "dom",