I have a SharePoint lists with 3000 items.
Using REST API, I am able to fetch the whole data and display it in a Site Page using HTML & CSS.
The page will take some time since 3000 items need to be retrieved on page load.
Is it possible to stream Ajax data that is retrieve data as a batch of 50 or 100 in the background and user will be able to see the loaded data.