What’s the current state of Compose Multiplatform ...
# multiplatform
p
What’s the current state of Compose Multiplatform for web? I’m particularly interested in how to share common
Compose
code across all platforms. I know that there are JS and WASM targets. But in some projects you can see
onWasmReady
method in
jsMain
, what does it mean? Also, in some projects they use
org.jetbrains.compose.web.*
classes which reproduce DOM, in others they use common
androidx.compose.*
code
z
There's #compose-web as a more specific channel