As the page scrolls, use react.js to achieve infinite lazy loading without plug-ins.
typecho2017-06-15 09:24:36
Idea: load a part (similar to paging), scroll to the bottom, ajax requests the data of the second page and then splices it, and then in sequence. . . .