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
Aleksei Tirman [JB]
01/29/2024, 8:50 AM
What technologies (frameworks or libraries) do you plan to use on the front-end? is it SPA?
s
Surik Simonyan
01/29/2024, 9:01 AM
Currently still browsing different projects. Tried Compose Multiplatform Kotlin/WASM but font rendering is kinda awful so currently exploring ComposeHTML, KWEB and Kobweb.