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.