DEV Community

Discussion on: Technologies that makes JavaScript a beautiful programming language!

 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

Actually, I changed my mind. JSX might be nice after all, but please give better reasons first rather than forced. (This one is lit-html. I have only found it today.)

Rather than make it non-obvious by their official reasons. (I found this one ages ago.)

I found the reasons later, though

  • Hyperscript is bad for auto-formatters
  • They didn't even mention lit-html or pug -- I just love Pug, BTW.
Thread Thread
 
seanmclem profile image
Seanmclem • Edited

Okay you've lost me. Nobody forces anyone to use jsx, people use react and jsx because they love it. React works without it, and you can use it elsewhere outside react. Lit-html is okay sometimes. It requires more work, looks less clean, and it's less flexible. But personally I don't prefer it. Everyone's different.