autoComplete.js icon indicating copy to clipboard operation
autoComplete.js copied to clipboard

🎤Seeking Feedback: Virtualized list

Open cliffordfajardo opened this issue 5 years ago • 0 comments

What?

  • New Feature: Virtualized Search Results List

Why / Use Cases?

  • Virtualized lists only render a subset of a large data set, so they don't slow down the page by adding lots of DOM nodes. This a memory efficient method of allowing a user to scroll down a large list without rendering all the items on the DOM.

  • Example Use case 1: a developer allowing a users to scroll down a large list (any large size list) until the user reaches the end.

virtual-scrolling-min

  • Example Use case 2: A user is making a search and a developer wants to allow them to scroll all the way down a large filtered data set use-case2

🎤 To the community, thoughts, feedback? drawbacks?

Implementation details:

  • https://www.youtube.com/watch?v=LV6hoy8_SJk
  • https://www.youtube.com/watch?v=UtD41bn6kJ0

cliffordfajardo avatar Jul 30 '19 20:07 cliffordfajardo