Does anyone have any recommendations for a KotlinJ...
# javascript
c
Does anyone have any recommendations for a KotlinJS framework for writing a progressive web app? I write Angular code every day, but for a sideproject, I don’t want to write any more Typescript/Javascript if I can help it. I’ve seen react and kotlin play nice together, but I haven’t really used react (beside a typical hello world). My goal is to create a simple browser based app with no backend and it will store data in localstorage.
g
There are not so many choices. A few attempts to write pure Kotlin framework, some interop libraries for React, Vue, maybe some others
c
OK that is what I feared. Thanks for the summary.