0 votes
in Hybrid Apps by
How can you render a huge item list in Ionic without affecting the scroll performance?

1 Answer

0 votes
by

With the collection-repeat directive that renders visible items only in the DOM, developers can present huge item lists without affecting the scroll performance. As items visible in a viewport are only provided with this process, the scroll performance will not be affected.

...