Hi folks, do you have any news regarding the use o...
# multiplatform
s
Hi folks, do you have any news regarding the use of ConstraintLayout in compose web(wasm) with kmp?
s
@Hristijan Thank you, I will try it
h
from personal experience, we try to stay away from constraint layout since its performance are not good, also has some unexpected crashes, everything you can achieve with constraint you can achieve with a box, column, row
s
@Hristijan What a shame, I was hoping instead that it was stable and better in terms of stability precisely to avoid nesting the various layouts
đź«  1
a
There isn’t a real concept of nesting in jetpack compose. A lot of magic in compose means it’s not 1-1 with view system issues of nesting