React 新特性學習

  1 context 2 contextType 3 lazy 4 suspense 5 memo 6 hooks 7 effect hooks =========== 1 Context   提供了一種方式,能夠讓數據在組件樹中傳遞而不必一級一級手動傳遞 (但是不要濫用,因爲它會破壞組件的複用性)   API: createContext(defaultValue) 示例1:基本用法 impo
相關文章
相關標籤/搜索