# 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/)

[![NPM registry](https://img.shields.io/npm/v/react-window.svg?style=for-the-badge)](https://yarnpkg.com/en/package/react-window) [![Travis](https://img.shields.io/badge/ci-travis-green.svg?style=for-the-badge)](https://travis-ci.org/bvaughn/react-window) [![NPM license](https://img.shields.io/badge/license-mit-red.svg?style=for-the-badge)](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)
