Extends from Component
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