trackBy - Efficient for loop in angular | Improve Your Application Performance with trackBy

Описание к видео trackBy - Efficient for loop in angular | Improve Your Application Performance with trackBy

trackBy function help angular to improve application performance by tracking or keeping a reference of the rendered data so that angular will not re-render the DOM tree for the same data assignment.
we can use the trackBy function with *ngFor to track the objects in the loop. Angular can also track the objects if their order in the array is different, and this can be a good use case.

Angular Performance improvement: https://bit.ly/3fFa1Q8
Progressive Web Apps Development: https://bit.ly/359BXpK
Angular Tutorial: http://bit.ly/2Tnwk1t
Dashboard with chart.js: http://bit.ly/3c9Jd85
Application Development: http://bit.ly/398w7Gf
Upload File to server: http://bit.ly/3ccsjWd

Slack: http://bit.ly/2RXPcEK

You can support me on Patreon:   / funofheuristic  

Thanks for watching...

Комментарии

Информация по комментариям в разработке