第四十五期(2019.12.20)
命令行JSON处理工具
preact:与react有相似的api,但是比后者更轻量级,只有3KB大小,react的替代方案
2020年成为更好的Node.js开发人员的20种方法,第20条的几个starter项目值得学习
https://medium.com/@me_37286/20-ways-to-become-a-better-node-js-developer-in-2020-d6bd73fcf424
图片中的2019年
一些有趣的动画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.
荐书:Deep JavaScript: Theory and techniques
自己动手实现一个JSON.parse方法
猎奇:文言文編程語言
https://github.com/LingDong-/wenyan-lang
吾有一數。曰三。名之曰「甲」。
為是「甲」遍。
吾有一言。曰「「問天地好在。」」。書之。
云云。
相当于
var n = 3; for (var i = 0; i < n; i++) { console.log("問天地好在。"); }
第十四届D2前端技术论坛「创心」
关于优化美丽图像的丑陋真理,网页优化一个很重要的部分就是对图片资源的优化,文章给出了一些建议
https://calendar.perfplanet.com/2019/the-ugly-truth-about-optimising-beautiful-images/
JavaScript组件级CPU成本
https://calendar.perfplanet.com/2019/javascript-component-level-cpu-costs/
根据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.
Portal是Vue 3中最出色的功能之一。它简化了使用Model和popups窗口之类的元素的工作,并使其非常容易地在其上层DOM元素呈现。
https://vueschool.io/articles/vuejs-tutorials/portal-a-new-feature-in-vue-3/
2019年顶级React Techtalks
https://dev.to/mavropalias/my-top-react-techtalks-of-2019-485j