Hey Kotlin JS Community! I am new to Kotlin/JS a...
# javascript
w
Hey Kotlin JS Community! I am new to Kotlin/JS and I would like to ask can I develop an SPA entirely in Kotlin/JS (preferably kotlin-react) ? (Note: I have very little knowledge in react) Also any impact on performance? Suggest me any resources to get started with kotlin/js Thanks in advance.
a
The best starting point is https://play.kotlinlang.org/hands-on/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/01_Introduction. There is no impact on the performance, but some JS practices look ugly in kotlin and there is a lot of react magic. So I am really looking forward for #compose-web
K 2
jetpack compose 1
j
Hi, we build a reactive web-framework called fritz2. It is written in pure Kotlin and maybe a place to start 😉 We got some examples to get a feeling of it: https://www.fritz2.dev/examples.html