[comment deleted]ferahl 2651 days ago. link 1 point ▲▼
Syntax looks fine to me, how does coffee script do it then?
[comment deleted]ferahl 2711 days ago. link 2 points ▲▼
JSX is popular in many frameworks actually, admittedly often frameworks inspired by React and has a pretty wide support. I've used templates and never liked them, I much prefer JSX and the && or ternary operator are just standard JS that anyone already knows. That's actually why I like it - very close to HTML, easy to fragment into multiple functions, everything inside curly braces is just standard JS. But I understand not everyone agrees just saying..