usehooks
usehooks copied to clipboard
useLazyLoader - rendering large lists
Based on idea from this post by Bojan Aleksic: https://itnext.io/handling-large-lists-and-tables-in-react-238397854625
With Hooks it became much simpler https://github.com/BLooperZ/lazy-batch-loader/blob/master/src/lib/components/LazyBatchLoader.js
Usage: https://github.com/BLooperZ/lazy-batch-loader/blob/master/src/examples/LazyListRendererHook.js
There's a demo application on same repository (git clone and npm start) https://github.com/BLooperZ/lazy-batch-loader