ericvtheg / makid-public

Tracking releases and issues for MAKID. MAKID is integrated Ableton music management software.
1 stars 0 forks source link

Virtualization for Large Lists #8

Open ltackett opened 10 months ago

ltackett commented 10 months ago

Users with particularly large project lists are likely going to experience performance issues.

Recommend that we use some kind of scroll virtualization solution such as React Virtualized

ericvtheg commented 10 months ago

That is a perfect library thank you pointing me towards that

ericvtheg commented 10 months ago

I tried implementing this using react-window. Idk if I did something wrong but it made scroll all wonky. I would like smash into the boundary before it loaded enough elements. Felt like it was more so for infinite scrolling. I still need to figure something for this though. It doesn't scale well.