Sessions
GOTOpia Europe 2020

Wednesday Sep 16
12:10 –
12:50
Room 1
Thursday Sep 17
12:10 –
12:50
Room 1

A TypeScript Fan's KotlinJS Adventures

Slides:


This video is also available in the GOTO Play video app! Download it to enjoy offline access to our conference videos while on the move.

Available in Google Play Store or Available in Apple App Store




At Instil Software they standardize on Kotlin for server-side development. Within the training team, they offer a Kotlin Native Workshop, for which Garth and Eamonn wrote a Kotlin Native version of the classic game Breakout.

Being massive TypeScript fans, it would always be their language of choice when working on JavaScript platforms. They didn't feel the drive to switch to other languages that transpile to JS such as Fable (F#), Scala.js, or even KotlinJS, as they always saw Kotlin on the JVM as the solution to a problem, the problem being Java.

In this talk the dynamic duo will go out of their comfort zone and recreate a Breakout clone for the browser using KotlinJS.

They will make use of React, Redux and use React Three Fiber for WebGL graphics. Moreover, they will explore what this transition to KotlinJS is like for a TypeScript fanboy and try to answer some questions along the way.

In this talk, you'll learn:

  • How the tooling, libraries and language features compare
  • What things tripped up
  • Whether you should switch and use it on your next project