∞ is a UITableView for the web: it speeds up scrolling through long lists and keeps your infinite feeds smooth and stable for your users. It is small, battle-tested, and highly performant.
Just compare the demos without ∞.js and with ∞.js, and be amazed
UPDATE 2016
Want to use Infinity in production? I’d recommend using my fork as the original Infinity repo has been abandoned so it seems. My fork contains some improvements over the original Infinity:
- Allows prerendered content/elements to be contained in the list
- Triggers
beginReached
andendReached
events when scrolling a list - Supports horizontal scrolling
- Works on elements that overflow (not just
<body>
) - Supports filtering
- …
Leave a comment