Compose related one. In a composable function body...
# naming
p
Compose related one. In a composable function body, composition could happen when the function is called again with new input parameters or composition could happen from mutableStateOf(state) declare in the body itself. I find my self referring to it as
external triggered composition
and
internal triggered composition
respectively. Any one else using these terms or just not distinguish between the 2? Perhaps
input parameter triggered
vs
internal state triggered
a
Never thouht ot if like this, But I like the externa/internal naming more