is it possible to listen to `lazyListState.firstVi...
# compose
m
is it possible to listen to
lazyListState.firstVisibleItemIndex
value changes (and not
derivedStateOf
) without causing recomposition? I need to keep track of that value for some changes on the UI
apparently yes, and I need to use snapshotFlow