Course lesson
Virtualize Long Lists of Data in React
When working with tables and a lot of data it can really slow down your webpage if the entire list of data is displayed at once. React window helps paginate and lazy load these lists to help the overall performance of the page. In this lesson, we will create...
- Duration
- 6 min
- Access
- Included
- Transcript
- Retained from source evidence
When working with tables and a lot of data it can really slow down your webpage if the entire list of data is displayed at once. React window helps paginate and lazy load these lists to help the overall performance of the page. In this lesson, we will create this list of data using react virtualized.