Compared to the KMM case studies available at: <ht...
# javascript
k
Compared to the KMM case studies available at: https://kotlinlang.org/lp/mobile/case-studies/ , does anyone knows user studies for kotlin/js? We are considering compiling kotlin into javascript, and want to know which companies or products have already applied kotlin/js for online products/services.
👀 1
b
Don't think so. Js and wider kmp are still mainly just afterthoughts until kmm is stabilised.
But main downsides of kjs so far are bloated initial bundle sizes (which is less noticeable for larger apps), lack of es6 support and long (when compared to js/ts) incremental build times
k
m
We have used Kotlin/JS to make a web version of our Android mobile learning app ( Ustad Mobile). The web version is still pre-release. We also made a library to run Room databases on Kotlin/JS (using SQLite.js to use SQLite within a browser): https://www.github.com/UstadMobile/door Our current production bundle size (including react/JS, MUI, etc) is 2MB, which isn't ideal, but isn't the end of the world.
👀 2
k
This is great @Mike Dawson I am looking to do the same for our mobile apps will check out your repo and ask questions if need be
👍 1