Useful ‘Infinite Scroll’ React Components & JS Plugins Collection
A list of React components and JS plugins to add infinite scrolling functionality to your projects. Photo by Reuben on Unsplash When browsing blogs or the news, it’s common to find the infinite scroll function, which is seamless, and no need to refresh the page for more content. The better the user experience, the more customers you end up catching. There are several React components that can be applied when building your projects. egjs/react-infinitegrid egjs-infinitegrid/packages/react-infinitegrid at master · naver/egjs-infinitegrid A module used to arrange card elements including content infinitely on a grid layout. … github.com It’s a React component that can arrange items infinitely according to the type of grids. More demos can be found here: Storybook Edit description naver.github.io Documentation: Installation | InfiniteGrid Using the package managers (recommended) naver.github.io Features: Fully written in TypeScript. Comes with a rich API. Inserts inf...