I'm implementing drag behavior and I need to detec...
# compose
j
I'm implementing drag behavior and I need to detect "collision" with tens of drop targets. So storing all their positions seems not optimal. Is there other/better way to do this? I'd like to query for a "Composable" on specific coordinates.