React.Component、React.PureComponent、React.FC的使用與區別

1. React.Component 最多見的,包含最經常使用的render(),componentDidMount(),shouldComponentUpdate…html shouldComponentUpdate(nextProps, nextState) 判斷 React 組件的輸出是否受當前 state 或 props 更改的影響。意思就是隻要組件的 props 或者 state 發生了
相關文章
相關標籤/搜索