+ How it works: Instead of rendering all {{ TOTAL_ITEMS }} items at once, + we only render the items currently visible in the viewport (plus a small buffer). + As you scroll, we calculate which items should be visible and position them absolutely + to create the illusion of a full list. +
+