Optimize long lists using list virtualization

November 26, 2023
frontend test jest

Let's learn how to optimize our performance for long lists. The idea is to render only the visible rows, let's check how to do this in detail.