Login
From:
blog.r0b.io
(Uncensored)
subscribe
Using jsx WITHOUT React | r0b blog
https://blog.r0b.io/post/using-jsx-without-react/
links
backlinks
Roast topics
Find topics
Find it!
I wanted to do some lightweight javascript recently and didn't want to use a massive framework. Creating all my DOM elements manually was laborious and ugly so I setup jsx to do it for me.