I would say infinite scrolling reequires a custom coded something, there is a lot of stuff to consider if you really want to make it work:
- how many pages should it be able to scroll
- how much data and html/dom will the browser need to hold before you need to virtualize rendering
- what happens on reload
and many more
I would generally discourage from this pattern unless you can implement this well, most of the time its not worth it