usehooks icon indicating copy to clipboard operation
usehooks copied to clipboard

useLazyLoader - rendering large lists

Open BLooperZ opened this issue 5 years ago • 0 comments

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

BLooperZ avatar Mar 12 '19 20:03 BLooperZ