Browse Source

Merge pull request #297 from alfonsogarciacaro/patch-1

Add a mention to other statically-typed languages
main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
d681f1cd2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      content/docs/static-type-checking.md

4
content/docs/static-type-checking.md

@ -58,3 +58,7 @@ create-react-app my-app --scripts-version=react-scripts-ts
```
You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter).
## Other Languages
Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [ReasonML](reasonml.github.io/reason-react) or [F#/Fable](http://fable.io) with [elmish-react](fable-elmish.github.io/react. Check out their respective sites for more information.

Loading…
Cancel
Save