Hybrid Application Developer Question: Download Hybrid Application Developer PDF

How to render a 5000 item list in Ionic, without affecting scroll performance?

Tweet Share WhatsApp

Answer:

Ionic provides a collection-repeat directive that renders only visible items in the DOM. So even if the list is huge, like 5000 in our example, only items visible in a viewport are rendered. Thus, scroll performance is not affected.

Download Hybrid Application Developer PDF Read All 49 Hybrid Application Developer Questions
Previous QuestionNext Question
Explain advantages of PhoneGap?Tell me in broad terms, how do you deploy an Ionic project onto a device?