Hi. Is there any documentation about KotlinJS? or ...
# javascript
d
Hi. Is there any documentation about KotlinJS? or only hands-on ? thx
s
Docs for Kotlin/JS are available at https://kotlinlang.org/docs/reference/js-project-setup.html Some topics might be outdated – we are already in the process of merging these changes to the documentation. You can expect a freshened-up set of docs with Kotlin 1.4 🙂
j
hop on 1.4 M3 and use the KotlinJS wizard in IntelliJ, it generates a working project for you
d
Sorry, didnt see ) dont know slack ) Doc about project setup is too few ) (sry for my english ) How start new project or make very simple thing is clear for me, but what next?
it seems i ll wait for 1.4 or later. Now it is for geeks not for real projects
f
@Devil Ster 1, You can make enter with
Mayus + Enter
or
Alt + Enter
in Slack.
I started with
Kotlin blueprints
book but many things were deprecated. There were a lot of changes with Kotlin/JS in previous versions and in most books or tutorials they were deprecated. In the latest versions it has stabilized and it is a good time to learn Kotlin/JS. I would recommend you look for a book or tutorial of Kotlin/JS and combine it with the official Kotlin/JS doc Links: Kotlin Hands-on (God Sample of React App) Kotlin-React