cassiozen / ReactCasts

Source code for ReactCasts
MIT License
649 stars 302 forks source link

Windowing, scrolling, virtualization #16

Open zsherman opened 7 years ago

zsherman commented 7 years ago

React can be pretty powerful for building performant scrolling experiences and there are a bunch of techniques out there that can help you pull it off.

cassiozen commented 7 years ago

https://github.com/bvaughn/react-virtualized is a nice reference.

zsherman commented 7 years ago

@cassiozen I would be up for teaching this one if you like.