Skip to content

collection-repeat vs ng-repeat #5

Description

Could this be implemented using Ionic's collection-repeat rather than the vanilla ng-repeat? Collection-repeat keeps big and complex lists much more performant by only rendering what is in the viewport and switching the items out in the back ground.

For instance I have a list of 1000+ albums, each of which has coverart displayed in the list, with collection-repeat performance is good, with ng-repeat it bogs down on scroll.

As this is ionic focused it would be good to make the most of Ionic's cool features (or even make it an option to use either?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions