Hi guys, someone can point to me an up-to-date rep...
# javascript
g
Hi guys, someone can point to me an up-to-date repository implementing react with kotlin? With a mutiplatform approach would be nice too 😃
z
if you’re looking to just get started writing react with kotlin the
create-react-kotlin-app
tool definitely is the fastest way: https://github.com/JetBrains/create-react-kotlin-app but if you’re specifically looking for gradle set up, here’s a sample from the kotlin repo for full stack kotlin (uses react on the front end): https://github.com/Kotlin/kotlin-fullstack-sample and here’s the project that i’ve been experimenting with that was mentioned above: https://github.com/zws33/isomorphic_kotlin_js
g
Thanks @Zachary Smith. In fact I’m searching for a solution using a gradle build inside a multiplatform project. I’ve seen create-react-kotlin-app before but I realized is something a little different from my needs. Thanks, I’ll check the links.