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.

2m read timeFrom javascriptkicks.com
Post cover image
Table of contents
How to scrape virtual scrolling with PuppeteerWhat is Virtual Scrolling?Scrape itMove data into Nodejs context

Sort: