@motleyagency/react-virtualized-fix-1158

v9.21.2-fix-1158
React components for efficiently rendering large, scrollable lists and tabular data
react reactjs react-component virtual list scrolling infinite virtualized table and 7 more...

build:types

flow-copy-source --ignore "**/*.{jest,e2e,ssr,example}.js" source/WindowScroller dist/es/WindowScroller && flow-copy-source --ignore "**/*.{jest,e2e,ssr,example}.js" source/AutoSizer dist/es/AutoSizer

build

yarn run build:commonjs && yarn run build:css && yarn run build:es && yarn run build:demo && yarn run build:umd

build:commonjs

yarn run clean:commonjs && cross-env NODE_ENV=commonjs babel source --out-dir dist/commonjs

build:css

postcss source/styles.css -o styles.css --use autoprefixer

build:demo

yarn run clean:demo && cross-env NODE_ENV=production webpack --config webpack.config.demo.js -p --bail

build:es

yarn run clean:es && yarn run build:types && cross-env NODE_ENV=es babel source --out-dir dist/es

build:umd

yarn run clean:umd && cross-env NODE_ENV=rollup rollup -c

clean

yarn run clean:commonjs && yarn run clean:demo && yarn run clean:es && yarn run clean:umd

clean:commonjs

rimraf dist/commonjs

clean:demo

rimraf build

clean:es

rimraf dist/es

clean:umd

rimraf dist/umd

deploy

gh-pages -d build

lint

eslint 'source/**/*.js'

typecheck

flow check

prettier

prettier --write '{playground,source,docs}/**/*.{js,md}'

prettier:diff

prettier --list-different '{playground,source,docs}/**/*.{js,md}'

postpublish

yarn run deploy

prepublishOnly

yarn run build

start

cross-env NODE_ENV=development webpack-dev-server --hot --config webpack.config.dev.js

test

yarn run test:jest

test:jest

jest --no-watchman --runInBand

test:coverage

jest --no-watchman --maxWorkers 2 --coverage && codecov

watch

watch 'clear && yarn run test -s' source

watch:jest

jest --no-watchman --watch
npm i @motleyagency/react-virtualized-fix-1158

Metadata

  • MIT
  • Whatever
  • Brian Vaughn
  • released 3/12/2020

Downloads