EveryDay為小夥伴們推薦 3 篇有質量的前端技術文章,讓你每一天都收穫滿滿
還在等什麼,和日刊君一起把~複製程式碼
The Next Day is Always a New Daywho is justice league fans?
Vue.js
nextTick()非同步更新佇列原始碼解析
你有沒有想過
當給 data 裡面的變數賦值之後
Vue.js 觀察到資料變化,會做什麼處理呢?
元件會立即重新渲染嗎?
非同步佇列的用途是什麼?
其實雖然我們推崇資料驅動,但是比如在很多動畫富互動的專案裡面我們還是會有部分操作 DOM 的情況
本篇文章是作者對 nextTick 的原始碼分析,也提到了:優先使用 Promise 的原因等
連結:
blog.csdn.net/u010014658/…
React
[React技術內幕] key帶來了什麼
在迴圈邏輯中,還是很常見的一個 WarningEach child in an array or iterator should have a unique "key" prop
本篇文章主要探討 key 的作用:Reconciliation
如何找到一個最優的方法來更新變化:啟發式演算法
連結:
webpack
webpackmonitor
相比而言大家可能比較熟悉 happypack 等
captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
連結:
歡迎關注我們的公眾號: