developerdizzle / react-virtual-list

Super simple virtualized list React component
http://developerdizzle.github.io/react-virtual-list/
MIT License
617 stars 71 forks source link

move throttle code to a utility method #40

Closed vinnymac closed 7 years ago

vinnymac commented 7 years ago

I think this simplifies things by removing unnecessary complexity when reading the code in the virtual list component. If you would like me to make any modifications, feedback is welcome.

developerdizzle commented 7 years ago

This is great! Thank you for the PR; the only thing I'd ask is if you could minor bump the version.

vinnymac commented 7 years ago

I bumped the minor version, glad you like the changes!