Hello, I was wondering, is there someone working ...
# javascript
t
Hello, I was wondering, is there someone working a on framework for building webapps using kotlin without having to use HTML? It’s just out of curiosity. WebAssembly will (not only) bring the possibility to use alternatives to JavaScript. Maybe something similar can be thought about HTML + CSS. Flutter allow to target the web. Basically, they are rendering in a canvas. (I don’t know what will be the solutions proposed for accessibility, text editing and so on). Some people from the Swift community did something from SwiftUI (just a toy though) https://github.com/SwiftWebUI/SwiftWebUI, creating actual HTML. And recently another typescript framework has been released, with an API close to what we can find on mobile (https://typescene.dev) also creating HTML.
r
b