How to implement an infinite list which loading new data when scrolled to the bottom?

I am creating an mobile app using Plasmic. Common pattern to show data in mobile devices is using an infinite list. It automatically loads new page of data when scrolling to the bottom of the page. How can I implement this kind of component in Plasmic?

It will be awesome if the componment library provides a build-in component for this purpose.

Hi, you can register a code component that provides this specific functionality, and then use that component wherever you need such a list within Plasmic. See https://code-components.plasmic.site/