unclecheese / react-selectable

A component for react that allows mouse selection of child items
MIT License
142 stars 72 forks source link

Need to use some kind of shouldComponentUpdate #25

Open Lukavyi opened 8 years ago

Lukavyi commented 8 years ago

Selectable is commonly used with a lot of components, so it would be great to implement a way to stop rendering if props are not changed. Especially, when immutable.js is used.