Today I tried kotlin react well kind of wanted to do something , with react and typescript and it didn't work
Writing react ui in kotlin is very hard , I am very used to tsx and the interoperability between kotlin and typescript is pretty less , I mean expect it to work like java and kotlin
Kotlin to Typescript Interoperability
I would write code in typescript file or tsx for react components to be written inside typescript and then I would call the typescript react functions inside kotlin react , or be able to call kotlin functions inside typescript and kotlin compiler would handle the compilation of both to javascript , I don't know how this can be achieved but this would be ideal.
Typescript can be like java
just giving my opinion on what I expect would happen iin an ideal environment