Decompose with Compose Multiplatform for Web #644
Answered
by
arkivanov
devjorgecastro
asked this question in
Q&A
-
Is there any example of how to use Decompose with Kotlin/Wasm using Compose Multiplatform? |
Beta Was this translation helpful? Give feedback.
Answered by
arkivanov
Feb 15, 2024
Replies: 1 comment 4 replies
-
It should be pretty similar to Compose for Web JS, see the sample here. Also, I recently created the Minesweeper game that supports Compose for Wasm, but the use of Compose is pretty limited there. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
devjorgecastro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be pretty similar to Compose for Web JS, see the sample here. Also, I recently created the Minesweeper game that supports Compose for Wasm, but the use of Compose is pretty limited there.