top | item 40916141

(no title)

i_like_robots | 1 year ago

Agreed! About 5 or 6 years ago I wrote a library to demonstrate to my teams that JSX a) was not magic b) not limited to React. After that was done I became a little obsessed with making the library the fastest JSX renderer - which I think is still true: https://github.com/i-like-robots/hyperons

discuss

order

cnity|1 year ago

Add me to this club of JSX hackers: https://crwi.uk/posts/hiccup/

I used this approach to make a syntax highlighted text editor in < 5kb of JS: https://crwi.uk/experiments/text-editor/

danielvaughn|1 year ago

These are awesome (both parent comments). Love seeing that I'm not alone in my JSX curiosity.