Hey folks!
During one of the JetBrains Hackathons we tried to adapt Jetpack Compose for the JavaScript world. The main idea was to allow you to share code/expertise between platforms and to build web applications in pure Kotlin.
And we would like to collect your feedback before continuing our experiments with this technology. Please take a look at the compose-for-web-demos and join the #compose-web channel.
Note: Please read the description and disclaimer carefully.
❤️ 19
K 7
s
suresh
11/23/2020, 7:42 PM
Awesome news. I checked the demo and it uses the compose compiler and runtime and not the compose UI framework (like in Compose desktop). For most part it uses
html.*
and css for styling and layout. Are there any plans to port the compose UI framework?