Skip to content

Commit 77aab0b

Browse files
Leonyagaearon
authored andcommitted
Add section on Kotlin (reactjs#327)
1 parent e38ba41 commit 77aab0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/docs/static-type-checking.md

+6
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,12 @@ You are now ready to code! We recommend to check out the following resources to
297297
298298
Reason is developed at Facebook, and is used in some of its products like Messenger. It is still somewhat experimental but it has [dedicated React bindings](https://reasonml.github.io/reason-react/) maintained by Facebook and a [vibrant community](https://reasonml.github.io/community/).
299299
300+
## Kotlin
301+
302+
[Kotlin](https://kotlinlang.org/) is a statically typed language developed by JetBrains. Its target platforms include the JVM, Android, LLVM, and [JavaScript](https://kotlinlang.org/docs/reference/js-overview.html).
303+
304+
JetBrains develops and maintains several tools specifically for the React community: [React bindings](https://github.com/JetBrains/kotlin-wrappers) as well as [Create React Kotlin App](https://github.com/JetBrains/create-react-kotlin-app). The latter helps you start building React apps with Kotlin with no build configuration.
305+
300306
## Other Languages
301307
302308
Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [F#/Fable](http://fable.io) with [elmish-react](https://fable-elmish.github.io/react). Check out their respective sites for more information, and feel free to add more statically typed languages that work with React to this page!

0 commit comments

Comments
 (0)