Anyone achieved endless scrolling or load more?
Hello,
I am building a mobile app that fetches content from a news website and displays it in a grid.
Is it possible to add a button or auto "load more" when the user reaches the end of the page?
I know how to handle limits etc but i can't find how i will make another api call on button load, and append the results at the bottom of the page.
Thanks in advance!