Hacker News new | ask | show | jobs
by jbergens 1290 days ago
I'm not the one who wrote above but I see JSX as having fewer magic things than all other template languages I've seen. Take a look at Angular to see some complicated syntaxes examples. Vue and Svelte are better but, IMHO, not as easy as JSX.
1 comments

Plus jsx has unbeatable typescript support because it’s just a thin layer of sugar on top of js.