Very basic, just replaced the load-more button with a DIV and uses default intersection observer to spot when it has been scrolled into view. I decided against using a buffer on the intersection observer to preload the content because I want it to be clearly visible what is going on.
Very basic, just replaced the load-more button with a DIV and uses default intersection observer to spot when it has been scrolled into view. I decided against using a buffer on the intersection observer to preload the content because I want it to be clearly visible what is going on.