News

Both the Typescript and Babel compilers have excellent support for embedding XML in Javascript. This is called JSX and was motivated by the popularity of the React UI library for rendering HTML.
Love it or loathe it, JSX has made a big impact on front-end engineering. Here's a code-first intro to the HTML-based JavaScript templating language. JSX is a way to write HTML inside of ...