Render Lists using Infinite Scroll in AngularJSby@anilvermaspeaks
450 reads

Render Lists using Infinite Scroll in AngularJS

tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

Angular 7+ gives us access to a new virtual scrolling behavior in the Material Component Development Kit (CDK) It provides tools for looping over data that only renders elements when they are visible in the viewport. It provides a better and more dynamic way of rendering long lists of items in DOM efficiently. With an increase in data size it will slow our application, it will start bloating our DOM and page with a long list of data. It will improve page performance and the data loading experience.
featured image - Render Lists using Infinite Scroll in AngularJS
Anil Verma HackerNoon profile picture

@anilvermaspeaks

Anil Verma


Receive Stories from @anilvermaspeaks

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!