At my work we are considering using Kotlin as the language for creating front ends to our products.
For my work to embrace Kotlin fully it's critial that it will be usable with some popular framework or library.
As I experience, JetBrains have already made some support for using React:
https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-react
https://github.com/JetBrains/create-react-kotlin-app
I've also seen the kotlin-frontend-plugin:
https://github.com/Kotlin/kotlin-frontend-plugin.
Does anyone have any guideance on which road to take?
Should I use the create-react-kotlin-app or would it possible to use kotlin-frontend-plugin to setup a similar react project like the create-react-kolin-app do?
I'm coming from the Java sphere, so personally I would like it to be possible to develop with the kotlin-frontend-plugin. However the kotlin-frontend-plugin seems a bit unfinished? and low prioritized?
Does any one have experience or knowledge to share that could help me
in choosing a development environment for using Kotlin and React?
@Leonid Khachaturov @cy
Thanks!