What is the correct way to implement infinite scroll in knockout?

前端 未结 2 1231
粉色の甜心
粉色の甜心 2021-02-06 01:36

I have an array of articles in my Model and they are rendered nicely as HTML. What I want is to add some new articles when the user scrolls to the end of the page. I achieved th

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-06 02:04

    There is no "correct way", there are many different ways to implement infinite scroll in KnockoutJS, but I would suggest using the Knockout JS (KO) Infinite Scroll extender by thinkloop which you can find here: https://github.com/thinkloop/knockout-js-infinite-scroll

提交回复
热议问题