#kotlinjs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #kotlinjs, aggregated by home.social.
-
🚀Kotlin 2.1.21-RC2 is out now!
This RC includes a key fix for Kotlin/JS developers:
• Custom environment variables now work correctly in KotlinJsTest Gradle tasks.Check out the full release note here: https://github.com/JetBrains/kotlin/releases/tag/v2.1.21-RC2
-
🚀Kotlin 2.1.21-RC2 is out now!
This RC includes a key fix for Kotlin/JS developers:
• Custom environment variables now work correctly in KotlinJsTest Gradle tasks.Check out the full release note here: https://github.com/JetBrains/kotlin/releases/tag/v2.1.21-RC2
-
I created some #KotlinJS wrappers for johnny-five #Kotlin https://github.com/Foso/JohnnyFiveKotlinWrapper
-
🔍 Uncover the secrets of #KotlinJS app optimization in Gustavoo’s post! 📏 Measure size, visualize impacts, and expand your toolkit. 🧰 https://touchlab.co/measuring-kotlin-js-bundle
-
🔍 Uncover the secrets of #KotlinJS app optimization in Gustavoo’s post! 📏 Measure size, visualize impacts, and expand your toolkit. 🧰 https://touchlab.co/measuring-kotlin-js-bundle
-
🔍 Uncover the secrets of #KotlinJS app optimization in Gustavoo’s post! 📏 Measure size, visualize impacts, and expand your toolkit. 🧰 https://touchlab.co/measuring-kotlin-js-bundle
-
🔍 Uncover the secrets of #KotlinJS app optimization in Gustavoo’s post! 📏 Measure size, visualize impacts, and expand your toolkit. 🧰 https://touchlab.co/measuring-kotlin-js-bundle
-
Out of the Alt-JS languages I've played with, #Scala.js seems to be the best.
Given it's probably not widely adopted, its maturity is surprising. E.g., ScalablyTyped can convert TypeScript definitions, and actually works. Interop is good. And the compiler is, dare I say it, pretty fast compared to 2–3 years ago. Scala 3 also helps. E.g., it has untagged unions, just like TypeScript.
I'm surprised that it's in better shape than #KotlinJS, for all its multi-platform marketing.
-
Out of the Alt-JS languages I've played with, #Scala.js seems to be the best.
Given it's probably not widely adopted, its maturity is surprising. E.g., ScalablyTyped can convert TypeScript definitions, and actually works. Interop is good. And the compiler is, dare I say it, pretty fast compared to 2–3 years ago. Scala 3 also helps. E.g., it has untagged unions, just like TypeScript.
I'm surprised that it's in better shape than #KotlinJS, for all its multi-platform marketing.
-
Out of the Alt-JS languages I've played with, #Scala.js seems to be the best.
Given it's probably not widely adopted, its maturity is surprising. E.g., ScalablyTyped can convert TypeScript definitions, and actually works. Interop is good. And the compiler is, dare I say it, pretty fast compared to 2–3 years ago. Scala 3 also helps. E.g., it has untagged unions, just like TypeScript.
I'm surprised that it's in better shape than #KotlinJS, for all its multi-platform marketing.
-
Out of the Alt-JS languages I've played with, #Scala.js seems to be the best.
Given it's probably not widely adopted, its maturity is surprising. E.g., ScalablyTyped can convert TypeScript definitions, and actually works. Interop is good. And the compiler is, dare I say it, pretty fast compared to 2–3 years ago. Scala 3 also helps. E.g., it has untagged unions, just like TypeScript.
I'm surprised that it's in better shape than #KotlinJS, for all its multi-platform marketing.
-
Out of the Alt-JS languages I've played with, #Scala.js seems to be the best.
Given it's probably not widely adopted, its maturity is surprising. E.g., ScalablyTyped can convert TypeScript definitions, and actually works. Interop is good. And the compiler is, dare I say it, pretty fast compared to 2–3 years ago. Scala 3 also helps. E.g., it has untagged unions, just like TypeScript.
I'm surprised that it's in better shape than #KotlinJS, for all its multi-platform marketing.
-
Working on a cursed #Tauri app.
- #TypeScript / #SvelteKit UI
- Domain logic in #KotlinJS (pulled in via npm)
- UI to "Backend" Glue in TypeScript
- Persistence (and application lifecycle/config/etc) in #RustLong term plan is to move domain logic to Rust, but I already have it all written in #Kotlin at the moment.
-
Learning by doing. I took @florinpop1705's ReactJS timeline demo and coded it in KotlinJS. Overall thumbs up. This post documents methodology and observations. #kotlin #kotlinjs #reactjs
Porting a ReactJS Timeline to KotlinJS