进阶的笨熊
07
29
28
24
23
22
21
12
11
React新特性-memo(三) React新特性-memo(三)
父组件进行了setState,众所周知子组件都会进行重新渲染。React.memo会做浅层对比传入的props,如果传入的props没有改变,这个子组件就不会重新渲染。 React.memo 为高阶组件。它与 React.PureComp
2019-07-11
09
07
React新特性-Context(一) React新特性-Context(一)
Context提供了一种方式,能够让数据在组件树种传递而不必使用Props一级一级手动传递 系列目录 React新特性-Context(一) React新特性-Lazy和Suspense(二) React新特性-memo(三) Reac
2019-07-07
06
git常用命令 git常用命令
git config --global user.name “你的名字” 让你全部的Git仓库绑定你的名字git config --global user.email “你的邮箱” 让你全部的Git仓库绑定你的邮箱git init 初始化你
2019-07-06
05
1 / 2