Lazy loading images in React
Oct 14, 2022 · 3 min read · What is lazy loading ?? Instead of loading the entire web page and rendering it to the user in one go, the lazy loading assists loading only the required section (usually user’s viewport) until it is needed by the user. An example can be seen on unsp...
Join discussion
