News

In TypeScript 2.1 and earlier, the --jsx flag could take on two values: preserve which leaves JSX syntax alone and generates .jsx files. react which transforms JSX into calls to React.createElement ...
Specifically, the project is to add React JSX support. JSX is the XML-like syntax extension for JavaScript commonly used with the React library. JSX support has long been the No. 1 request on the Web ...