/react-virtualized-infinite-scroll-demo

This is a simple showcase of performant infinite-scroll experience using react-virtualized. This example handles infinite-scroll based on window scroll position, which gives us the ability to create "newsfeed-like" infinite-scroll layouts. In this example, as the user scrolls, we fetch data about trending repositories from the GitHub API.

Primary LanguageHTMLMIT LicenseMIT

📜 react-virtualized-infinite-scroll-demo

This is a simple showcase of performant infinite-scroll experience using react-virtualized. This example handles infinite-scroll based on window scroll position, which gives us the ability to create "newsfeed-like" infinite-scroll layouts. In this example, as the user scrolls, we fetch data about trending repositories from the GitHub API.

🔎 Preview

react-virtualized-infinite-scroll-demo preview

🔗 Codesandbox link

https://codesandbox.io/s/react-virtualized-infinite-scroll-demo-ngexu

📚 Libraries used

Check out the amazing libraries used in this example!

🏁 Run locally