componentWillUnmount() 里面销毁一些
we would want to unregister any global/system/library events, destroy 3rd party UI library elements, etc.
多使用 shouldComponentUpdate
在其里面必须进行判断,不必要的render坚决不要,(特别是数据问空的情况)这要也能让你梳理清楚页面逻辑
在constructor bind this
避免不必要的重新编订this