高階組件(Higher-Order Components)

高階組件(Higher-Order Components) 高階組件(HOC)是React中組件重用的一種高級技術。HOC自己並非React API的一部分。它是從React可組合性質中冒出來的一種模式。html 具體地講,一個高階組件是一個函數,它輸入一個組件,而後返回一個新的組件。java const EnhancedComponent = higherOrderComponent(Wrapp
相關文章
相關標籤/搜索