autoComplete.js
autoComplete.js copied to clipboard
🎤Seeking Feedback: Virtualized list
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.
- 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
🎤 To the community, thoughts, feedback? drawbacks?
Implementation details:
- https://www.youtube.com/watch?v=LV6hoy8_SJk
- https://www.youtube.com/watch?v=UtD41bn6kJ0