digidem / react-dimensions

[Looking for maintainers]
http://lab.digital-democracy.org/react-dimensions/
450 stars 77 forks source link

Debouncing #39

Closed elyobo closed 8 years ago

elyobo commented 8 years ago

Having an option to debounce this would be useful; resizes by rotating a mobile device are fine, but dragging to resize on desktop triggers a large number of prop changes.

gmaclennan commented 8 years ago

see https://github.com/digidem/react-dimensions/pull/34

elyobo commented 8 years ago

Ah, thanks.