react-chop
A react-virtualized alternative without measuring.
Let the browser do its job — Ferran Basora
Check this out:
Some demos: here
Install
npm install react-chop --save
or:
yarn add react-chop
Example
For example, take the following code:
; const SIZE = 10000; { superprops; thisstate = list: Array ; } { const list = thisstate; return <div key=key className='Item'> listindex </div> } { const list = thisstate; <ChopList itemCount=listlength itemRenderer=thisitemRenderer /> }