Virtual scrolling (windowing) is a technique where we don’t display the entire content on the screen. 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. On scrolling, a virtual scroller removes old content and adds new content into the view.
Table of contents
How to scrape virtual scrolling with PuppeteerWhat is Virtual Scrolling?Scrape itMove data into Nodejs context5 Impressions