Kotlin / kotlin-fullstack-sample

Kotlin Full-stack Application Example
https://kotlinlang.org
Apache License 2.0
1.22k stars 167 forks source link

How would we use 3rd party ReactJS components? #12

Open sixman9 opened 7 years ago

sixman9 commented 7 years ago

I'm wondering how 3rd party ReactJS component libraries, such as Semantic-UI-React might be integrated into a project using your React wrappers code?

I'm new to both Kotlin and ReactJS (I'm a Java dev, so I can work my way round a Gradle build script).

I'm aware of both Kotlin's @native and the possibility of transpiling TypeScript definitions to Kotlin (using the 'ts2kt' tool), but, basically, I'd like your thoughts on how best to accomplish such an integration.

JFYI, I dread dynamic typing and using yet ANOTHER Editor for coding, I like the idea of sticking to Intellij/Android Studio for the majority of my development, so all hail Kotlin!

cy6erGn0m commented 6 years ago

See for react-markdown usages (it's 3rd party reactjs component)

binkley commented 6 years ago

I'd like to use Semantic with Kotlin React. Where do I look?