schovi / react-iscroll

React component for wrapping iScroll http://iscrolljs.com/
MIT License
236 stars 60 forks source link

Better comparing of props.options #37

Open schovi opened 7 years ago

schovi commented 7 years ago

Based on https://github.com/schovi/react-iscroll/issues/32

Inoir commented 7 years ago

Have you tried ? https://facebook.github.io/react/docs/react-api.html#react.purecomponent

schovi commented 7 years ago

@Inoir I have custom shouldComponentUpdate https://github.com/schovi/react-iscroll/blob/master/src/react-iscroll.jsx#L48 but it need more enhancement.