Rebuild website

This commit is contained in:
Travis CI
2016-06-03 21:48:37 +00:00
parent d6d06c6ecc
commit 1c8c0bb99e
+4 -1
View File
@@ -469,7 +469,10 @@ ReactDOM.render(React.createElement(HelloMessage, { name: "John" }), m
<h2><a class="anchor" name="flow"></a>Flow <a class="hash-link" href="#flow">#</a></h2>
<p>Flow is a JavaScript type checker released by Facebook, and it supports JSX. For more info, checkout the <a href="http://flowtype.org/">Flow homepage</a>.</p>
<h2><a class="anchor" name="typescript"></a>TypeScript <a class="hash-link" href="#typescript">#</a></h2>
<p>Microsoft TypeScript now supports JSX. For more info, check out the <a href="http://www.typescriptlang.org/docs/handbook/jsx.html">TypeScript JSX Documentation</a> or their guide on <a href="https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/React%20%26%20Webpack.md">getting started with react+webpack</a>.</p>
<p>TypeScript is a type-checker and transpiler that supports type-checking React and JSX.
For more info, check out their guide on <a href="https://www.typescriptlang.org/docs/handbook/react-&amp;-webpack.html">getting started with React and Webpack</a>, or learn more about <a href="https://www.typescriptlang.org/docs/handbook/jsx.html">TypeScript&#39;s JSX support</a>.</p>
<p>To learn more about TypeScript in general, visit the <a href="https://www.typescriptlang.org/">TypeScript homepage</a>.</p>
<div class="docs-prevnext">