How scroll load works
Remember earlier when we discussed how API requests and responses will take much longer from a remote server when the site is deployed.
That's why added the loading message, to ensure users on a slow connection get a good user experience.
Another similar issue we have is that search results are added to the page all in one go.
What I mean is, if we get 11 results for a search query, like we do for "cat", all 11 items are rendered in the page simultaneously.
Click to load comments...