inferno-window
v2.0.0
Published
Inferno components for efficiently rendering large, scrollable lists and tabular data. NOTE: this is a port from the origin project written in react by @bvaughn
Downloads
10
Maintainers
Readme
inferno-window
Inferno components for efficiently rendering large lists and tabular data. Note: this is just a port of the origin project react-window created by bvaughn
Install
npm install --save inferno-window
Demo
https://codesandbox.io/s/z2k6v6o7wp
Usage
Learn more from the origin project documentation page react-window.now.sh:
Related libraries
react-virtualized-auto-sizer
: HOC that grows to fit all of the available space and passes the width and height values to its child.react-window-infinite-loader
: Helps break large data sets down into chunks that can be just-in-time loaded as they are scrolled into view. It can also be used to create infinite loading lists (e.g. Facebook or Twitter).
License
MIT © rajjejosefsson