react-window

v1.8.4
React components for efficiently rendering large, scrollable lists and tabular data
react reactjs virtual window windowed list scrolling infinite virtualized and 4 more...

flow

flow check --max-warnings=0 src && flow check website

precommit

lint-staged

prettier

prettier --write '**/*.{js,json,css}'

linc

lint-staged

lint

eslint '**/*.js'

test

cross-env CI=1 react-scripts test --env=jsdom

test:watch

react-scripts test --env=jsdom

build:flow

cp flow-template dist/index.cjs.js.flow && cp flow-template dist/index.esm.js.flow

build:source

rollup -c

build

del dist && mkdir dist && yarn build:flow && yarn build:source

start

rollup -c -w

prepare

yarn run build

website:build

cd website && yarn build

website:deploy

cd website && yarn deploy

website:run

cd website && yarn start

Metadata

  • MIT
  • >8.0.0
  • Brian Vaughn
  • released 6/30/2019

Downloads