Create React apps using Kotlin
github.com
Create React apps using Kotlin
1–10 of 68 posts
Re: Create React apps using Kotlin
#2Re: Create React apps using Kotlin
#3Intriguing approach. Anyone know if there's a write-up somewhere from somebody that's tried it? It's always helpful to learn from the gotchas others have run into.
Re: Create React apps using Kotlin
#4Intriguing approach. Anyone know if there's a write-up somewhere from somebody that's tried it? It's always helpful to learn from the gotchas others have run into.
Re: Create React apps using Kotlin
#5Intriguing approach. Anyone know if there's a write-up somewhere from somebody that's tried it? It's always helpful to learn from the gotchas others have run into.
JS as a compilation target is supported by kotlin out of the box. You can use any js framework and IIRC it even understands typescript type annotations. I'm super pumped about kotlin, can't wait to write a whole app, backend and front-end in it.
Re: Create React apps using Kotlin
#6Earlier quoted context omitted.
JS as a compilation target is supported by kotlin out of the box. You can use any js framework and IIRC it even understands typescript type annotations. I'm super pumped about kotlin, can't wait to write a whole app, backend and front-end in it.
Wow. I had no idea. That’s great to know. Thanks for relaying that info. Do you have any further resources you recommend with regards to this?
Re: Create React apps using Kotlin
#7Re: Create React apps using Kotlin
#8Re: Create React apps using Kotlin
#9Why use this over TypeScript?
Re: Create React apps using Kotlin
#10Why use this over TypeScript?
(That would be one reason, I'm sure there might be others.)