react-eternal-list
This package can render infinite list items without memory issues as it is using binary tree algorithm to remove and display elements while scrolling. check the demo and see how it works!
Demo
Install
npm install --save react-eternal-list
Usage
import React Component from 'react' import ReactEternalList from 'react-eternal-list' { return <div ='YourApp'> <div ='YourList'> <ReactEternalList = /* ( ) */ = /* ( ) */ = /* ( ) */ = /* ( ) */ /> </div> </div> }
License
MIT © rinasm