|
|
|
|
|
by kamilafsar
1473 days ago
|
|
People like to hate everything related to JS these days. But when I see libs like these I'm just very grateful for the person(s) who invented JSX [1]. And evenly for MSFT implementing it into TS as a first-class citizen. It's just so much more readable. Scala is the only other language I know of which has some kind of XML/HTML syntax support (scala.xml). (But it looks like it got removed. [2]) [1] https://reactjs.org/docs/introducing-jsx.html [2] https://github.com/scala/scala-xml |
|