infinite scroll with ember.js (lazy loading)

后端 未结 4 1757
梦如初夏
梦如初夏 2020-12-02 04:08

I have a view where there can be a large number of items for the user to scroll through and I\'d like to implement infinite scrolling to enable progressive loading of the co

4条回答
  •  猫巷女王i
    2020-12-02 04:58

    Were you aware of the newly released Ember.ListView component?

    https://github.com/emberjs/list-view

    It was announced at the February San Francisco Ember Meetup. Here's a slidedeck from Erik Bryn, one of the Ember Core developers about using it:

    http://talks.erikbryn.com/ember-list-view/

提交回复
热议问题