is this kotlin/js still a thing? I’m looking for a...
# javascript
u
is this kotlin/js still a thing? I’m looking for a full stack development option with static type system and there’s not much. is spring boot & react using kotlin/js recommendable?
a
I would rather use Ktor and Compose HTML instead
u
by Compose HTML, did you mean compose multiplatform web? it looks nice. amazing
c
Also take a look into #kobweb (https://kobweb.varabyte.com/)
👍 3
u
Wow!! Looks amazing, Thx
a
This isn't exactly the same thing, Compose HTML is just a small framework over HTML, then you have Compose Web which is a big framework sharing the exact same API as other plateforms but compiling to WASM and requiring Garbage collection proposal which is supported only on very recent version of browsers (so I wouldn't recommand that for now) You also have multiple tools like #kobweb, #decouple and some more
You also have Silk (which can be used with #kobweb), it's a wrapper on top of Compose HTML giving APIs inspired from Compose Multiplatform, this can help make a multiplatform app because you don't have to rewrite everything from scratch for the Web version
👍 1
u
@Ayfri Thank you for the detailed information. You really helped me a lot.
I’ll look around for those channels
a
No problem 👍
a
We use Compose HTML for a real SPA and it works really well. All the benefits of Compose and the Kotlin language but also access to the native browser APIs.
c
I've used Kotlin React and it was ok, but I think Compose HTML is nicer
j
We are using vanila KotlinJS on our huge projects and it works quite well. Not looking for alternatives.