Hi guys, currently working on a multiplatform proj...
# ktor
s
Hi guys, currently working on a multiplatform project with Ktor backend and wanted to ask some opinions about the frontend part. Is it better to create a separate KotlinJS module for frontend or kotlinx.html or KWeb can be used to create something more complicated other than static website?
a
What technologies (frameworks or libraries) do you plan to use on the front-end? is it SPA?
s
Currently still browsing different projects. Tried Compose Multiplatform Kotlin/WASM but font rendering is kinda awful so currently exploring ComposeHTML, KWEB and Kobweb.