From 1c8c0bb99ee52fd29aadec682d6e99facb6d3372 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 3 Jun 2016 21:48:37 +0000 Subject: [PATCH] Rebuild website --- docs/language-tooling.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 #

Flow is a JavaScript type checker released by Facebook, and it supports JSX. For more info, checkout the Flow homepage.

TypeScript #

-

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.