then use upon user scroll just design the app to load one by one.. Do not let the app to load all the 80 at a time.. 20/20/20/20 let to load..based on this guide..
Hello Everyone
I made this simple guide to show you how you can load more items as user scrolls.So let’s get started.
I am using
Dynamic Components Extension from @yusufcihan and
Scroll Handler Extension from Colin Tree
[blocks(1)]
In these blocks there is a variable called ==number==. We will store a number in that variable that will be updated after creating items.
There is another variable called ==items==. That variable will represent how much data do you want to show at a time. In my…