react-virtual-list
react-virtual-list copied to clipboard
Super simple virtualized list React component
Hi, there should be some way how to animate List component using popular react-transition-group (https://github.com/reactjs/react-transition-group). Can you try to create example for that?
https://github.com/rollup/rollup/wiki/pkg.module
Using this space to gather some best practices before incorporating into the official documentation. 1. Set [keys](https://facebook.github.io/react/docs/lists-and-keys.html) on your list items 2. mobx devs using observable arrays should [call `slice`...
There's a number of similar projects so it would be nice if readme.md helped people with choosing the project that's just right for them. https://github.com/orgsync/react-list https://github.com/nmn/react-infinity https://github.com/seatgeek/react-infinite https://github.com/bvaughn/react-virtualized
Likely related to #1
Probably has something to do with how the scroll event works on mobile browsers. Originally reported by /u/sudorey
The strict equality check for state === undefined in setStateIfNeeded can cause a crash if state is null.