Is it a good idea to I use `ChildSlot` for a "stat...
# decompose
b
Is it a good idea to I use
ChildSlot
for a "static" child? All I want is to split my code into more components because the level of complexity of this particular screen is way too high
a
It would not be convenient to use. You can use permanent components: https://arkivanov.github.io/Decompose/component/child-components/#adding-a-child-component-manually
1