InfiniteList is a 60fps infinite scrollable list with javascript for mobile devices.
Features:
Recycling of Dom elements in a similar way that iOS and Android does at UITableView and RecyclerView.
Detect when the system is busy or the frame rate frequency is about to get lower and skip unnecessary work to enable smooth scrolling
Enable the user to use whatever rendering technique he likes. This gives the ability to use React, for example, to render recycled items and benefit high performance rendering of list items.