JSPM

  • Created
  • Published
  • Downloads 3822425
  • Score
    100M100P100Q201621F
  • License MIT

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-window) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    react-window

    react-window is a component library that helps render large lists of data quickly and without the performance problems that often go along with rendering a lot of data. It's used in a lot of places, from React DevTools to the Replay browser.

    Support

    If you like this project there are several ways to support it:

    The following wonderful companies and individuals have sponsored react-window:

    Installation

    Begin by installing the library from NPM:

    npm install react-window

    Documentation

    Documentation for this project is available at react-window.vercel.app.

    Each release also ships with its own copy of the documentation (in the docs folder) which can be viewed by running:

    # From the package directory
    npx serve -s docs
    
    # Or as an NPM-installed dependency
    npx serve -s ./node_modules/react-window/docs

    Note: Older version 1.x documentation can be found at react-window-v1.vercel.app or on the NPM page for a specific version, e.g. 1.8.11.)

    TypeScript types

    TypeScript definitions are included within the published dist folder