1063 Views
Virtual scrolling (windowing) is a technique where we don't display the entire content on the screen in order to increase performance and reduce the amount of DOM elements. Instead, we render what is in the view and a little bit on the top and bottom. This way we have a nice buffer of the content.
0 comments