Skip to content

Extends from Component

Compare
Choose a tag to compare
@roderickhsiao roderickhsiao released this 29 Nov 21:38

Originally this HOC is extending PureComponent, but lots of case the props passed in are nested object which makes this component compute unnecessary props differences on update.

Decide to let parent/child component to handle should component update. #8