Browse Source

Update link and description of TypeScript support. (#6953)

main
Daniel Rosenwasser 9 years ago
committed by Paul O’Shannessy
parent
commit
3aa8cc5739
  1. 5
      docs/09.1-language-tooling.md

5
docs/09.1-language-tooling.md

@ -74,6 +74,9 @@ Flow is a JavaScript type checker released by Facebook, and it supports JSX. For
## TypeScript
Microsoft TypeScript now supports JSX. For more info, check out the [TypeScript JSX Documentation](http://www.typescriptlang.org/docs/handbook/jsx.html) or their guide on [getting started with react+webpack](https://github.com/Microsoft/TypeScript-Handbook/blob/master/pages/tutorials/React%20%26%20Webpack.md).
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](https://www.typescriptlang.org/docs/handbook/react-&-webpack.html), or learn more about [TypeScript's JSX support](https://www.typescriptlang.org/docs/handbook/jsx.html).
To learn more about TypeScript in general, visit the [TypeScript homepage](https://www.typescriptlang.org/).

Loading…
Cancel
Save