Add a mention to other statically-typed languages

See #294
This commit is contained in:
Alfonso Garcia-Caro
2017-11-17 19:18:23 +01:00
committed by GitHub
parent 31ae406be4
commit ebf3b4641f

View File

@@ -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 also other languages compiling to JS and compatible with React, like [ReasonML](https://reasonml.github.io/reason-react/) or [F#/Fable](http://fable.io/) with [elmish-react](https://fable-elmish.github.io/react/), which also offer static type checking among other features. Check their respective sites for more information.