Join Slack
Powered by
Is it a good idea to I use `ChildSlot` for a "stat...
# decompose
b
Benjamin Deroche
02/02/2024, 3:42 PM
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
Arkadii Ivanov
02/02/2024, 4:14 PM
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
7
Views
Open in Slack
Previous
Next