Slides and code of my Kotlin/JS talk. The talk gives an introduction into Kotlin/JS. In particular the following topics are covered:
- Short introduction into Kotlin
- Getting started with Kotlin/JS
- Kotlin/JS ecosystem
- JavaScript interoperability
- React
- Fritz2
- PatternFly Fritz2
The slides are available at slides.pdf.
There's a code sample for most of the topics. The samples are independent, self contained and can be used as-is. Each project includes a short readme and how to get started.
In case you're wondering about the Gradle project names, they all start with kjst-
which stands for Kotlin/JS talk.