React Ionic infinite scroll example
I try to use infinite scroll component in Ionic (React) project, but there is no document about how to use it, for the official document, it said that ionic react does not support infinite scroll yet. But in source code, it exists. Then I try to fixed it by myself, here is the sample code that I use, it works well:
作者:亚艾元技术部
我在Ionic(react)项目中,尝试使用无限下拉组件,但是官方没有这方面的文档,官方文档说不支持这个功能暂时,但是在最新的代码里面已经添加了这个组件。我经过自己的不断尝试,将这个常用功能搞定,下面是可以工作的代码: