@ws-ui/virtualizer
v0.2.10
Published
A virtual list library allowing to display a large set of data without loss of performance.
Downloads
413
Keywords
Readme
Virtualizer
A virtual list library allowing to display a large set of data without loss of performance.
This library is highly inspired by the react-virtualized library, the main difference is that we use recent React APIs instead of the legacy API, also we tried to solve/overcome some bugs/restrictions that we've found under react-virtualized.
You can find a usage/demo example in the matrix-poc repository.