Hello All! Im looking for way to create app using ...
# announcements
b
Hello All! Im looking for way to create app using ktor and kotlin/js. The catch is that i want to create web app based on windows(drag and drop items that can be minimalize or close) and im totally confused with a way to use routing there. Did someone can help me understand that concept?
b
Kotlin.js is just a transpiler. The apps are still js and as such, follow the practices used in js ecosystem for the most part
I'd focus on js interop if you're just getting started with kotlin.js
r
You can use KVision (https://kvision.io) for the frontend part. It has built-in components for floating windows and support drag and drop. And you can easily create fullstack apps with KVision and Ktor backend.
❤️ 1
👆 1