Skip to content

jtackett-collinear/react-window-vs-react-virtualized-synced-grids

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 2.5%
  • CSS 1.0%