react-virtual-list icon indicating copy to clipboard operation
react-virtual-list copied to clipboard

Super simple virtualized list React component

Results 17 react-virtual-list issues
Sort by recently updated
recently updated
newest added

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

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.