What is the status of kotlin js? if I wanted to start gradually moving our react app over how feasible is that?
It seems like when I looked last (few yeras ago) there was a bigger push then there is now.
z
zt
07/26/2024, 9:31 PM
I think it depends on what youre aiming for. Kotlin JS outputs are much bigger and can be less performant than writing javascript, but if you're willing to take that compromise there's libraries such as https://github.com/JetBrains/kotlin-wrappers/blob/master/kotlin-react/README.md that can make it easy to switch over
y
Yogeshvu
07/26/2024, 9:38 PM
@zt are there any youtube tutorials around kotlin/js which you would suggest to newbees..
z
zt
07/26/2024, 10:49 PM
Not any I'm aware of. There's lots of guides on Kotlin itself. Kotlin js isn't too different