Virtualized scrolling seems to lag
Open
performance
usability
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 6d 8h
- Merged PRs (30d)
- 5
Description
When scrolling large lists that use virtualization, the position in the scroll area lags behind reality. Also, the individual rows in the list show up blank, and then blink in to existence.
We should try some of the other virtualization libraries that exist to see if they have the same issues. There may also be some tweaking we can do to the current virtualization library that alleviates these issues.
If all else fails, we can move to paging instead.
Contributor guide
Assessment
This issue has not been assessed yet.