第四十五期(2019.12.20)

  1. 命令行JSON处理工具

    https://github.com/antonmedv/fx

  2. preact:与react有相似的api,但是比后者更轻量级,只有3KB大小,react的替代方案

    https://github.com/preactjs/preact

  3. 2020年成为更好的Node.js开发人员的20种方法,第20条的几个starter项目值得学习

    https://medium.com/@me_37286/20-ways-to-become-a-better-node-js-developer-in-2020-d6bd73fcf424

  4. 图片中的2019年

    https://cn.nytimes.com/lens/20191212/year-in-pictures/

    年度最佳科学图片

  5. 一些有趣的动画demo,可以学习一下

    https://tympanus.net/codrops/2019/12/04/awesome-demos-roundup-11/

    See the Pen Race Car Island by Steve Gardner (@ste-vg) on CodePen.

  6. 荐书:Deep JavaScript: Theory and techniques

    https://exploringjs.com/deep-js/

    https://exploringjs.com/deep-js/toc.html

  7. 自己动手实现一个JSON.parse方法

    https://lihautan.com/json-parser-with-javascript/

  8. 猎奇:文言文編程語言

    https://github.com/LingDong-/wenyan-lang

    吾有一數。曰三。名之曰「甲」。

    為是「甲」遍。

    吾有一言。曰「「問天地好在。」」。書之。

    云云。

    相当于

    var n = 3;
    for (var i = 0; i < n; i++) {
    	console.log("問天地好在。");
    }
    

  9. 第十四届D2前端技术论坛「创心」

    https://github.com/d2forum/14th

  10. 关于优化美丽图像的丑陋真理,网页优化一个很重要的部分就是对图片资源的优化,文章给出了一些建议

    https://calendar.perfplanet.com/2019/the-ugly-truth-about-optimising-beautiful-images/

  11. JavaScript组件级CPU成本

    https://calendar.perfplanet.com/2019/javascript-component-level-cpu-costs/

  12. 根据url后缀写css样式

    https://adrianroselli.com/2019/12/showing-file-types-in-links.html

    See the Pen Showing File Types in Links by Adrian Roselli (@aardrian) on CodePen.

  13. Portal是Vue 3中最出色的功能之一。它简化了使用Model和popups窗口之类的元素的工作,并使其非常容易地在其上层DOM元素呈现。

    https://vueschool.io/articles/vuejs-tutorials/portal-a-new-feature-in-vue-3/

  14. 2019年顶级React Techtalks

    https://dev.to/mavropalias/my-top-react-techtalks-of-2019-485j

Last Updated: 12/20/2019, 10:43:29 AM