You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: