What you guys think about Kotlin and its frontend "branch"? I'm already into kotlin/server, but i don't feel kotlin/js as solid in terms of: jetbrains plans, community, etc, as kotlin/server or kotlin/mobile...
a
andylamax
07/26/2020, 7:55 PM
Kotlin/JS is mature enough. Its fully supported by jetbrains and they even officially support react using kotlin-react.
❤️ 1
andylamax
07/26/2020, 7:55 PM
the kotlin-stdlib-js is stacked as just as in the jvm
❤️ 1
andylamax
07/26/2020, 7:56 PM
total full support for coroutines, serialization and ktor client
❤️ 1
andylamax
07/26/2020, 7:57 PM
Only current caveat from my side is the bundle size. The current bundle size is large if you use serialization, or coroutines with it. If you don't rely on those libs you are good to go
❤️ 1
w
weber de lima santos
07/26/2020, 7:59 PM
Those are good news to hear before starting to dig. Thank you bro!
g
galex
07/27/2020, 5:26 AM
Depends what you want to do. A full Kotlin/JS app ? Sure, but you need to write externals for libs that don't have. There's an initiative to use d.ts (and generate those too for Kotlin Multiplatform) but it's not there yet. Also creating an NPM module from a Kotlin Multiplatform project is possible but not trivial yet. To summarize it, I am waiting for good improvements that are on the way to have a look again at Kotlin/JS.