本文重点关注技术背后的原理、架构思考、编程方法论等方面。会搜集看到的一些好文章、讨论等。如果您有推荐,请提 PR ,谢谢!
Overcoming Intuition in Programming
基本规则:保护程序免遭非法输入数据的破坏。
- 提供默认值
- 使用 propTypes/type 属性校验类型
- 使用 props 之前先检查该 prop 是否存在
Functors, Applicatives, And Monads In Pictures
中文版
中文版
React - Basic Theoretical Concepts
中文版
How Browsers Work: Behind the scenes of modern web browsers
14 Rules for Faster-Loading Web Sites