Closed inokawa closed 2 weeks ago
This PR removes onRangeChange prop because it is an obstacle to achieving #378 . Instead, this PR adds startIndex/endIndex getter to handles and onScroll to WindowVirtualizer, that opens more flexible configuration.
onRangeChange
startIndex
endIndex
onScroll
Additional discussions: https://github.com/inokawa/virtua/discussions/544
378
This PR removes
onRangeChange
prop because it is an obstacle to achieving #378 . Instead, this PR addsstartIndex
/endIndex
getter to handles andonScroll
to WindowVirtualizer, that opens more flexible configuration.