bvaughn / react-window-vs-react-virtualized-synced-grids

Comparison of react-virtualized MultiGrid to two react-window synced Grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is a create-react-app that compares two scroll-synced react-window Grids with a react-virtualized MultiGrid.

Running in DEV mode

yarn install
yarn start # localhost:3000

Running in production mode

yarn install
yarn build
npx serve -s build # localhost:5000

About

Comparison of react-virtualized MultiGrid to two react-window synced Grids


Languages

Language:JavaScript 96.5%Language:HTML 2.5%Language:CSS 1.0%