Skip to content

Instantly share code, notes, and snippets.

@edulan
Created September 8, 2016 08:11
Show Gist options
  • Save edulan/27f714a674bee9d98c4074198a3d5c08 to your computer and use it in GitHub Desktop.
Save edulan/27f714a674bee9d98c4074198a3d5c08 to your computer and use it in GitHub Desktop.
React Virtualized questions
  • How RV bypass browser's maximum scroll limits?
  • How RV supports dynamic item widths/heights? (CellMeasurer shadow rendering and size caching)
  • How to properly tune sectionSize property in a Collection component? (how it works and why the need of section grouping)
  • How RV compares with native browser scrolling (show some benchmarks and graphs)?
  • How RV supports scroll-to-first (chat style) use case?

Other questions from my workmates

  • Does RV support flexbox layout?
  • What's the data model RV uses? (No data model, just a collection length and indexes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment