react-window is a component library that helps render large lists of data quickly and without the performance problems that often go along with rendering a lot of data. It's used in a lot of places, from React DevTools to the Replay browser.
Begin by installing the library from NPM:
npm install react-windowTypeScript definitions are included within the published dist folder and documentation is included within the docs folder.
Documentation for this project is available at react-window.vercel.app.
TypeScript definitions and version-specific documentation are also included with each published build.