High-Performance Infinite List in JavaScript
roeierez.github.io
High-Performance Infinite List in JavaScript
1–10 of 24 posts
Re: High-Performance Infinite List in JavaScript
#2Re: High-Performance Infinite List in JavaScript
#3Re: High-Performance Infinite List in JavaScript
#4So this is only for touch-based devices? Trying scrolling with the mouse/trackpad, nothing happens :(
Re: High-Performance Infinite List in JavaScript
#5The submission could have used the word "scrolling" to make it clear this is about UI lists.
I thought it was about an infinite list data type, some variant of a generator or something.
Re: High-Performance Infinite List in JavaScript
#6Re: High-Performance Infinite List in JavaScript
#7Re: High-Performance Infinite List in JavaScript
#8So this is only for touch-based devices? Trying scrolling with the mouse/trackpad, nothing happens :(
for now yes. If you say you need it for desktop I am willing to add this support, it should be easy. to see the scrolling effect now you can simply drag or flick the list even from desktop.
Re: High-Performance Infinite List in JavaScript
#9Rendering to the DOM only what the user can see unfortunately breaks the browser's "find" feature. I hope that this technique does not become more popular than it already is. That way the rest of the web, other than Facebook's news feed, can continue to be searchable.
Re: High-Performance Infinite List in JavaScript
#10Rendering to the DOM only what the user can see unfortunately breaks the browser's "find" feature. I hope that this technique does not become more popular than it already is. That way the rest of the web, other than Facebook's news feed, can continue to be searchable.