摘要: 1 context 2 contextType 3 lazy 4 suspense 5 memo 6 hooks 7 effect hooks 1 Context 提供了一种方式,能够让数据在组件树中传递而不必一级一级手动传递 (但是不要滥用,因为它会破坏组件的复用性) API: createCon 阅读全文
posted @ 2019-06-01 10:43 小猪冒泡 阅读(701) 评论(0) 推荐(0) 编辑