faltysad / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“œ 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

About

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.

License:MIT License


Languages

Language:HTML 76.5%Language:CSS 23.5%