- https://www.sitepoint.com/es6-arrow-functions-new-fat-concise-syntax-javascript/
- https://hacks.mozilla.org/2015/06/es6-in-depth-arrow-functions/ 箭头函数的由来
- https://github.com/reactjs/react-basic REACT 思想
- http://taobaofed.org/blog/2017/03/02/thinking-in-request-animation-frame/ requestAnimation 的底层实现
-
- http://taobaofed.org/blog/2016/11/17/react-components-communication/
React 组件通讯: 父子通过 prop 传递; 子与父可以通过 箭头函数,绑定 this; 兄弟组件通过 发布订阅模式「对于这个设计模式还是很有问题」
- http://taobaofed.org/blog/2016/11/17/react-components-communication/
- https://zhuanlan.zhihu.com/p/25669120 JUST-IN-TIME JS : 解释器运行分析
- https://auth0.com/blog/optimizing-react/?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more React 优化
TODO
- https://davidwalsh.name/convert-html-stings-dom-nodes
一个新的 API:Range.createContextualFragment(); 将字符串转为元素节点 ;返回DocumentFragment
对象,具有和NodeList 选择器获取的元素
相同的方法。 可以结合说下两个 API - https://hacks.mozilla.org/2017/02/using-neutrino-for-modern-javascript-development/ 前端工具链快速起步
- https://www.smashingmagazine.com/2017/02/a-detailed-introduction-to-webpack/ webpack详解
- https://ppt.baomitu.com/display?slide_id=84a42e3e#/ 新特性,该了解的就了解。
- https://github.com/ryanmcdermott/clean-code-javascript 如何写出好的代码
CSS
packet 的关于 css 单位的灵活应用
http://www.w3cplus.com/css/css-font-metrics-line-height-and-vertical-align.html line-height 大漠,再比较我自己的总结
NEW
- https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API TODO 实时通讯,很重要 可以写个文章介绍下。
- http://taobaofed.org/blog/2017/02/16/a-guide-to-api-design/ API 设计
API 设计
http://taobaofed.org/blog/2017/02/16/a-guide-to-api-design/ 很好。
https://www.h5jun.com/post/how-to-write-better-js-code.html
http://taobaofed.org/blog/2017/01/05/writing-readable-code/ 代码规范
https://www.smashingmagazine.com/2012/10/designing-javascript-apis-usability/
http://blog.wolksoftware.com/writing-javascript-apis
http://webstandardssherpa.com/reviews/secrets-of-awesome-javascript-api-design/
http://johnhax.net/2011/js_api_design/ 贺