Do you use kotlin/js?

This page summarizes the projects mentioned and recommended in the original post on /r/Kotlin

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. kotlin-wrappers

    Kotlin wrappers for popular JavaScript libraries

    From my experience if you're truly trying to interop with JavaScript code that is already out there on npm, you better hope there is a library that already wraps it like kotlin wrappers. Otherwise you would have to write a wrapper library yourself or use dukat to convert typescript definitions to kotlin (which I have never had the best luck converting but maybe it got better?).

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. dukat

    Converter of <any kind of declarations> to Kotlin external declarations

    From my experience if you're truly trying to interop with JavaScript code that is already out there on npm, you better hope there is a library that already wraps it like kotlin wrappers. Otherwise you would have to write a wrapper library yourself or use dukat to convert typescript definitions to kotlin (which I have never had the best luck converting but maybe it got better?).

  4. SQLDelight

    SQLDelight - Generates typesafe Kotlin APIs from SQL

    Now if you're just writing a crud app (what my hobby project is) and you use compose multiplatform for your UI, SQLDelight for persistence, and one of the many MPP architecture libraries, you don't have to write a wrapper.

  5. Kotlin-Multiplatform-Libraries

    Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.

    Now if you're just writing a crud app (what my hobby project is) and you use compose multiplatform for your UI, SQLDelight for persistence, and one of the many MPP architecture libraries, you don't have to write a wrapper.

  6. muirwik

    Muirwik - a Material UI React wrapper written in Kotlin

    Since I'm using material-ui as web component library, I'm also using the muirwik Kotlin wrappers for material-ui. The only challenge is that for most of the React components out there, there are no Kotlin wrappers available yet, so I had to write a couple of them on my own (e.g. for react-resize-detector).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Multi-platform libraries built with Kotlin Multiplatform (KMP)

    6 projects | dev.to | 14 Mar 2024
  • I'm creating a REST API using KTOR. What's the best ORM to go with KTOR ?

    2 projects | /r/Kotlin | 28 May 2023
  • Compose Rich Text Editor 0.2.0 released, with a lot of new features

    1 project | /r/Kotlin | 22 May 2023
  • KMM alternatives to Android Datastore &amp; Room DB?

    2 projects | /r/Kotlin | 24 Mar 2023
  • Adopting Kotlin Multiplatform Mobile(KMM) on 9GAGĀ App

    4 projects | dev.to | 18 Dec 2022