If i have a state with an object that exposes a bo...
# compose
m
If i have a state with an object that exposes a boolean, and the state changes much more frequently than the boolean. Does derivedState help me here to mitogate excessive recompositions on composables that read the boolean, or compose does that automatically?