inferno-window
Version:
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
29 lines (16 loc) • 1.44 kB
Markdown
# inferno-window
> Inferno components for efficiently rendering large lists and tabular data. Note: this is just a port of the origin project [react-window](https://github.com/bvaughn/react-window/) created by [bvaughn](https://github.com/bvaughn/)
[](https://yarnpkg.com/en/package/react-window) [](https://travis-ci.org/bvaughn/react-window) [](LICENSE.md)
## Install
```bash
npm install --save inferno-window
```
## Demo
[https://codesandbox.io/s/z2k6v6o7wp](https://codesandbox.io/s/z2k6v6o7wp)
## Usage
Learn more from the origin project documentation page [react-window.now.sh](https://react-window.now.sh/):
## Related libraries
* [`react-virtualized-auto-sizer`](https://npmjs.com/package/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`](https://npmjs.com/package/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](https://github.com/rajjejosefsson)