Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 575 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 575 Bytes

About

Inspired by TodoMVC Virtual Scroll MVC is a comparison of javascript frameworks implementing "virtual scrolling". Virtual scrolling differs from infinite scrolling because it appears to the user like a normal list of items with a normal scrollbar except that not all of those elements are in the DOM - as the user scrolls, elements remove and are added to the DOM. This gives significant performance increases on large lists of items.

Check out a live demo here.