React 新特性学习

  1 context 2 contextType 3 lazy 4 suspense 5 memo 6 hooks 7 effect hooks =========== 1 Context   提供了一种方式,能够让数据在组件树中传递而不必一级一级手动传递 (但是不要滥用,因为它会破坏组件的复用性)   API: createContext(defaultValue) 示例1:基本用法 impo
相关文章
相关标签/搜索