How to solve the delay problem caused by the long each?

I’m creating a List that displays ‘Image’ and ‘Text’ with ‘each’ statement.

However, when the length of the List used in ‘each’ becomes long, the delay phenomenon occurs naturally.

Also, if I continue to call the slow List, the app will force shutdown…

Is there a way to solve this problem?

Tell me how to do it
Thank you.

Reference Example :
https://www.fusetools.com/examples/exploring

Hi park,

you will want to dynamically add and remove items using Each with Limit and Offset on that list. We have a great example that shows you how that can be done: Endless scroller.