2021 JavaScript 生態報告終於出爐!畫重點:
不過,問卷調查對象大部分集中在西方世界,僅有 1.2% 來自中國,所以上述結論在中文環境下是否普適,還是值得商榷的。
https://2021.stateofjs.com/zh-Hans/

「我知道我想要什麼,但是我沒有能力去渲染,我要通知有能力渲染的人來幫助我渲染!」

https://mp.weixin.qq.com/s/G_2eBJyrr6FHm7WjI_MIPw

很有意思的是,JIT 是將編譯器與解釋器兩種方案合併之後出現的新技術方案!這篇文章比較細緻地講解 JIT 的實現思路、運行過程、側重點等等,比較難能可貴的是,這些內容並不是簡單的技術名詞堆疊,而是充滿有趣的示例和手寫畫。
https://zhuanlan.zhihu.com/p/471704365

在 Vue 中,虛擬 DOM 是什麼?解決了什麼問題?Diff 算法又是什麼?解決了什麼問題?又帶來了哪些新的問題?Vue 是怎麼解決的?
https://mp.weixin.qq.com/s/8M-pJdKjF6bx5ijtSFKIcw

本文是狼叔在 2 月 16 日在掘金直播《學習指北:Node.js 2022 全解析》的 Reaction,狼叔的直播乾貨很多,本文儘量保證原內容的同時,額外加入了一些相關資料和鏈接,方便你學習。
https://juejin.cn/post/7066713847947591687

JavaScript is an interpreted language and doesn’t need compilation. Your browser can execute the same code that you write. So why do we use JavaScript bundlers?
https://javascript.plainenglish.io/why-do-we-use-javascript-bundlers-e8935dc362c3

There are a lot of challenges jumping into Node.js, even if you’re experienced at authoring client-side JavaScript. This article assumes you』ve got Node installed, and you』ve used it to build front-end apps, but want to write your own APIs and tools using Node.
https://css-tricks.com/node-javascript-compared-to-javascript/

從幾何原理,學習 CSS 透視規則

https://mp.weixin.qq.com/s/bUEqd81fnuIvZ_PIecCmYw

文章用 React + Three.js 將 2D 漫畫圖片轉換成 3D 效果,可謂是創意滿滿,有意思

https://juejin.cn/post/7067344398912061454

後面可以在 README 文檔中用 Mermaid 語法直接畫流程圖了 ✿✿ヽ(°▽°)ノ✿
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/

文章講解從零搭建 Jest 自動化測試環境的全過程,適合新同學一步步跟着跑一遍
https://juejin.cn/post/7066792153027969032
