Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Prevent calling setState on isVisible if it hasn't changed #31

Closed naissur closed 8 years ago

naissur commented 8 years ago

Motivation:

In the presense of ~25 calendar components, any click on the document triggers .render call on every one of them. This takes ~35ms on my laptop.

With this check, no needless work is being done.

Rudeg commented 8 years ago

Thanks!