DEV Community

Discussion on: 3 Ways to Render Large Lists in Angular

Collapse
 
alidev profile image
Ali Kamalizade

Great post! I'd add that you can improve performance (especially when filtering / search) is involved by providing a trackBy function. This way you don't need to rerender DOM nodes which have not been changed.