Skip to content

arieller/virtual-scrolling-react-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

This implementation of virtual scrolling will show the user only a small portion of data at a given time.

Other items should be emulated (virtualized) via top and bottom padding elements, which are empty but have some height necessary to provide consistent scrollbar parameters.

Each time the user scrolls out of the set of visible items, the content is rebuilt: new items are fetched and rendered, old ones are destroyed, padding elements are recalculated, etc.

Big thanks to Denis Hilt for the guide

About

Implementing virtual scrolling on a fixed list with react hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published