Posts

Showing posts from May, 2018

Getting Started With Kotlin-React

One of the hot topics of the KotlinConf 2017 keynote in San Francisco was multiplatform development with Kotlin, Kotlin/Native and Kotlin/JS. The latter has been demonstrated using the Kotlin wrappers for React, which allows you to write React apps using Kotlin. This sounds promising, since it allows you to write both (web-based) front- and backends using one language. In this three-part article on Medium I’d like to give an introduction to Kotlin-React.