HOC (Higher-Order-Component)是一種function,它接收某個Component 作為他的參數,並且回傳另外一個新的Component。像 react-redux 中的 connect ...
確定! 回上一頁