1.8.10 • Published 5 months ago

react-window v1.8.10

Weekly downloads
567,002
License
MIT
Repository
github
Last release
5 months ago

react-window

React components for efficiently rendering large lists and tabular data

If you like this project, 🎉 become a sponsor or ☕ buy me a coffee


React window works by only rendering part of a large data set (just enough to fill the viewport). This helps address some common performance bottlenecks: 1. It reduces the amount of work (and time) required to render the initial view and to process updates. 2. It reduces the memory footprint by avoiding over-allocation of DOM nodes.

Sponsors

The following wonderful companies have sponsored react-window:

Learn more about becoming a sponsor!

Install

# Yarn
yarn add react-window

# NPM
npm install --save react-window

Usage

Learn more at 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).
  • react-vtree: Lightweight and flexible solution to render large tree structures (e.g., file system).

Frequently asked questions

How is react-window different from react-virtualized?

I wrote react-virtualized several years ago. At the time, I was new to both React and the concept of windowing. Because of this, I made a few API decisions that I later came to regret. One of these was adding too many non-essential features and components. Once you add something to an open source project, removing it is pretty painful for users.

react-window is a complete rewrite of react-virtualized. I didn't try to solve as many problems or support as many use cases. Instead I focused on making the package smaller1 and faster. I also put a lot of thought into making the API (and documentation) as beginner-friendly as possible (with the caveat that windowing is still kind of an advanced use case).

If react-window provides the functionality your project needs, I would strongly recommend using it instead of react-virtualized. However if you need features that only react-virtualized provides, you have two options:

  1. Use react-virtualized. (It's still widely used by a lot of successful projects!)
  2. Create a component that decorates one of the react-window primitives and adds the functionality you need. You may even want to release this component to NPM (as its own, standalone package)! 🙂

1 - Adding a react-virtualized list to a CRA project increases the (gzipped) build size by ~33.5 KB. Adding a react-window list to a CRA project increases the (gzipped) build size by <2 KB.

Can a list or a grid fill 100% the width or height of a page?

Yes. I recommend using the react-virtualized-auto-sizer package:

Here's a Code Sandbox demo.

Why is my list blank when I scroll?

If your list looks something like this...

...then you probably forgot to use the style parameter! Libraries like react-window work by absolutely positioning the list items (via an inline style), so don't forget to attach it to the DOM element you render!

Can I lazy load data for my list?

Yes. I recommend using the react-window-infinite-loader package:

Here's a Code Sandbox demo.

Can I attach custom properties or event handlers?

Yes, using the outerElementType prop.

Here's a Code Sandbox demo.

Can I add padding to the top and bottom of a list?

Yes, although it requires a bit of inline styling.

Here's a Code Sandbox demo.

Can I add gutter or padding between items?

Yes, although it requires a bit of inline styling.

Here's a Code Sandbox demo.

Does this library support "sticky" items?

Yes, although it requires a small amount of user code. Here's a Code Sandbox demo.

License

MIT © bvaughn

@yangfei-ui/react-window-table@h1-card/h1-lib-frontenddsny-component-library@bidalgo/ui-kit@procore/core-react@procore/labs-workflows@tkapitein/eva-ui@invisionag/components@rfdez/design-systemamis-component-pluginbaseuicarbon-addons-iot-react@gooddata/react-components@gooddata/sdk-ui-filters@grafana/ui@elliemae/ds-datagrids@elliemae/ds-mobile@elliemae/ds-shared@elliemae/ds-shuttle@bondsports/utils@pangolindex/components@arthswap/widgets@openos.com/uniswaprlj-tableinternal-dash-explore@mateuszmigas/dropdowncf-storybookdatacwebappscra-datacwebappscra-datacwebapsscreative-gallery-shonp@neggi/baseuireact-table-virtualized@deriv/traderreact-virt-tablenavio-uidesktop-transfer-clientpaku-chatdecoupled-front-endmycarrier-components@edunad/react-hex-editorgridora@vishnu-nt/react-windowed-select@mindhiveoy/react-timeline@open-raven/react-styleguidekhodroinja-ui-corepopular-in-the-communityh1-react-components-testhx-react-components-mewpiral-compass-basestaffpad-ui-librarymirador-biblissima@stockbit/ui@tuist/styled@pawi/styledxr3-spokexrchat-spokegr-jrc@dariosechi/forms@dariosechi/list@dariosechi/modalreact-tv-cmp-testmoneko.consolepucomponents8pucomponents16react-grootreact-rootsyoucash-antd-componentsteespace-coreteespace-admin@guruhotel/auraalphakit-uinotes-fw@julong/react-componentmingdao-web-mohodataxinherc1@joey.andres/eui@instabase.com/pollenchinese-miradorcmt-navigatorsid-npm-test3sid-npmtest-1sid-npmtest-2sid-test-create-npmmdlinx-smartestdocnoteco@rakuten-rampage/rampage@gelatonetwork/stop-limit-orders-reactjitsi-meet-rnlog8000v3react-native-jitsi-meet-libweb-common-endcodewing-uireact-declarative-templatepangea-widgets@dodoex-io/widgetschonky-trrsytchonky-trrystcoffeephin-uiprogram_leader_portal_py
1.8.10

5 months ago

1.8.9

1 year ago

1.8.8

1 year ago

1.8.7

2 years ago

1.8.6

3 years ago

1.8.5

5 years ago

1.8.4

5 years ago

1.8.3

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.6.0

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.6.0-alpha.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.4.0-alpha.1

5 years ago

1.4.0-alpha.0

5 years ago

1.3.1

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.3.0-alpha.0

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

1.0.0-alpha.4

6 years ago

1.0.0-alpha.3

6 years ago

1.0.0-alpha.2

6 years ago

1.0.0-alpha.1

6 years ago

10.0.0-alpha.17

6 years ago

0.1.1

9 years ago