diff --git a/docs/language-tooling.html b/docs/language-tooling.html index 23c260f2ea..fc0b5aa4b7 100644 --- a/docs/language-tooling.html +++ b/docs/language-tooling.html @@ -469,7 +469,10 @@ ReactDOM.render(React.createElement(HelloMessage, { name: "John" }), m
Flow is a JavaScript type checker released by Facebook, and it supports JSX. For more info, checkout the Flow homepage.
Microsoft TypeScript now supports JSX. For more info, check out the TypeScript JSX Documentation or their guide on getting started with react+webpack.
+TypeScript is a type-checker and transpiler that supports type-checking React and JSX. +For more info, check out their guide on getting started with React and Webpack, or learn more about TypeScript's JSX support.
+ +To learn more about TypeScript in general, visit the TypeScript homepage.