A virtualized scrolling component for Ractive.js
Check us out at: https://pheux.herokuapp.com/
Best viewed in Cordova or iOS8 Mobile Safari.
Include pheux as a Ractive component:
Ractive.components.pheux = Pheux.ractiveComponent
In a ractive template, use pheux like so:
<pheux dataTable="{{anArrayOfObjects}}" rowHeight="{{rowHeightInPixels}}">
<-- template for each row-->
</pheux>
Magic must be enabled
Try it out on a device by running ./cordova-script.sh --device