2.0.0 • Published 5 years ago

inferno-window v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

NPM registry Travis NPM license

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