Virtualize Long Lists of Data in React

InstructorTyler Clark

Share this video with your friends

Send Tweet

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.