How can you use ReactJS with Kotlin? Is that even ...
# getting-started
p
How can you use ReactJS with Kotlin? Is that even possible?
w
perryprog: looking at: http://kotlinlang.org/docs/reference/js-interop.html It looks as it should work with JS libraries. Have not tried it, though.
p
Hmm. I wonder if there is any nice (up to date — I’ve seen one that hasn’t been updated in the last year) thing for React. https://github.com/KotlinBy/awesome-kotlin seems to use something React-like but I’m having trouble finding what it’s called. 😛
w
Seems like it would be useful to have Kotlin headers for JavaScript libraries. Similar to using React with TypeScript.
p
I guess TypeScript?