Time is flying, it arrives at the end of year again. This is my first year working in PinDuoDuo inc and it seems I arrive in the company yesterday. This point is a good chance to talk with(recognize) myself again. I try to conclude from work
, output
, life
and destination
.
INHERITED AND NON-INHERITED IN CSS
When I look up css properties in MDN’s specifications section, there are some properties in it and it seems unfamiliar to me. So I try to find out some of them today.
组件设计 —— 重新认识受控与非受控组件
React 现代化测试
React Hooks 深入系列 —— 设计模式
本文是 React Hooks 深入系列的后续。此篇详细介绍了 Hooks 相对 class 的优势所在, 并介绍了相关 api 的设计思想, 同时对 Hooks 如何对齐 class 的生命周期钩子作了阐述。
如何使页面交互更流畅
React Hooks 深入系列
你不知道的 requestIdleCallback
本文副标题是 Request Schedule 源码解析一
。在本章中会介绍 requestIdleCallback
的用法以及其缺陷, 接着对 React 团队对该 api 的 hack 部分的源码进行剖析。在下一篇中会结合优先级对 React 的调度算法进行宏观的解释, 欢迎关注个人博客。