Reputation: 13708
I’m exploring Kotlin/JS at the moment and still very new to it.
Currently I’m exploring React with Kotlin/JS. I’m wondering if there are any step by step guide on how I could use and integrate existing Libraries (or any library) thats commonly used for React Development.
What I know so far is that I can use implementation(npm(, ) to add in the library, but other than that I can’t seem to figure our how to properly access them. I’ve looked into the Kotlin/JS docs and looks like I need to write wrappers to access the imported libraries but I can’t seem to figure out how to start. Anyone has links to tutorial I could look into? or any guidance would be very much appreciated.
Thanks in advance.
Upvotes: 0
Views: 145