Am I missing the purpose of Virtual? can it block rendering whats off screen?
Am I missing something for the purpose of Virtual, I've use a virtual list in past to get the performance booast of not rendering whats off screen.
I went to do the same with TanStack Virtual got it working but everything appears to still be rendering.
for context rendering 1000's of countdowns to dates on a page, which the countdown calculations are expensive and mostly recalculate every second.
1 Reply
rival-blackOP•14mo ago
nevermind the above I was using wrong haha