如果你的function component 每次得到相同prop 的時候都會render 相同結果,你可以將其包在React.memo 之中,透過快取render 結果來在某些情況下加速。這 ...
確定! 回上一頁