Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One of the biggest success stories in recent times where language support has made tooling awesome is JSX.

The success of JSX shows that developers are happy to write HTML inside code, and there are clear benefits of doing so compared to using a dedicated templating language. But the reason why this wasn't popular till JSX showed up was that it is impossible to parse the HTML built in code through string munging. JSX makes XML-inside-Code parseable, which makes it possible for us to use IntelliJ's excellent IDEs to work seamlessly with it.



For those confused:

JSX is a statically-typed, object-oriented programming language designed to run on modern web browsers. Being developed at DeNA as a research project, …

https://jsx.github.io/


I think the parent is actually referring to this JSX:

https://facebook.github.io/react/docs/jsx-in-depth.html




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: