both of these solutions work to perform some actio...
# compose
j
both of these solutions work to perform some action during scrolling, but I’m wondering if someone more knowledgeable than me can explain which of
snapshotFlow
or
derivedStateOf
is the more correct way? or are both fine? (you’ll need to click into the thread to see the
snapshotFlow
example)