vscroll
vscroll copied to clipboard
A JavaScript Virtual Scroll Engine
Hello! I was reading through [the `addEventListener` spec on MDN](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#improving_scrolling_performance_with_passive_listeners) and noticed that there is a whole section dedicated to supposed browser optimizations that can be gained when listening to...
I've been building a LitElement variant of vscroll taking the https://stackblitz.com/edit/vscroll-vue-integration and https://stackblitz.com/edit/ngx-ui-scroll-chat-app-2 as inspiration for how to do so. Largely things are coming together, with the exception that I...
**UPD** Stackblitz demo link: **[https://stackblitz.com/edit/vscroll-react](https://stackblitz.com/edit/vscroll-react?file=src%2Findex.tsx)**. _________ What is the best way to implement in react. I currently have this, but I cant get the virtual scrolling to work, I just...
Hi, I'm running into an issue where Vue updates dom a bit late than the flow expects. Basically the updates happen after `run` callback returns. It would be great if...
Hi! I've found an issue when there is too many elements to be displayed. I think it's chrome related implementation limit. When I try to display 3.000.000 elements 13px of...
This change introduces a compile-time `vscroll_enableLogging` flag to guard internal logging calls. Previously, all logger calls (e.g., `this.logger.log(...)`) were evaluated at runtime, even if the logs were not needed in...