7 ms·
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 li
by i_like_robots 2y 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 https://github.com/i-like-robots/hyperons
- cnity 2y agoAdd me to this club of JSX hackers: https://crwi.uk/posts/hiccup/ 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/ https://crwi.uk/experiments/text-editor/
- danielvaughn 2y agoThese are awesome (both parent comments). Love seeing that I'm not alone in my JSX curiosity.
- cnity 2y agoWith our powers combined we can reinvent the tiny fun internet.
- i_like_robots 2y agoVery cool - reminded me of https://github.com/creationix/dombuilder https://github.com/creationix/dombuilder which I have... memories of. Shout out too to https://microjs.com/ https://microjs.com/ for allowing me to relive some nostalgia.
- cnity 2y agoEverything becomes Lisp in the end.