ConardLi.github.io
ConardLi.github.io copied to clipboard
ConardLi blogs
docs/article/React深入系列/setState的执行机制.md里面的图片显示不了, 见下图 
我对clone4的DEMO文件涉及到的WHILE循环的效率表示质疑,本地测试到的结果(node环境): clone1 在前,clone2在后, 结果: ``` undefined: 0.167ms undefined: 0.126ms ``` 将 clone1 跟 clone2 调下位置,即clone2放在前面,结果: ``` undefined: 0.254ms undefined: 0.081ms ``` 即所消耗的时间跟调用的先后顺序有关,而不是WHILE循环的优化结果,不知你怎么看?
native function and empty function support
Bumps [hexo-generator-index](https://github.com/hexojs/hexo-generator-index) from 2.0.0 to 3.0.0. Release notes Sourced from hexo-generator-index's releases. v3.0.0 Breaking Changes chore: require node14+ by @yoshinorin in hexojs/hexo-generator-index#83 chore: drop Node.js 10 by @stevenjoezhang in hexojs/hexo-generator-index#59...
Bumps [hexo-generator-category](https://github.com/hexojs/hexo-generator-category) from 1.0.0 to 2.0.0. Release notes Sourced from hexo-generator-category's releases. v2.0.0 Breaking Changes chore: require node14+ by @yoshinorin in hexojs/hexo-generator-category#73 chore: drop node.js 8.x, 10.x & update hexo...
Bumps [hexo-generator-archive](https://github.com/hexojs/hexo-generator-archive) from 1.0.0 to 2.0.0. Release notes Sourced from hexo-generator-archive's releases. v2.0.0 Breaking Changes chore: require node14+ by @yoshinorin in hexojs/hexo-generator-archive#197 chore: drop node.js 8.x and 10.x by @yoshinorin...