The Context API is Dead! Long Live the Context API!
05-18
The Context API is Dead! Long Live the Context API!
來自專欄 進擊的React
React v16.3終於推出了: React v16.3.0: New lifecycles and context API - React Blog
除了組件生命周期函數的變化,最引人矚目的就是新版的Context API了,之前我介紹過React 16.3新的Context API真的那麼好嗎?。
一直有一個呼聲,新版Context API一處,誰與爭鋒,新的一出就把老版的Context API廢掉。不過,在React v16.3發布聲明中,有下面這句話。
「老版本的Context API在React v16.x的發布中會繼續存在,所以你依然有時間去做遷移。」
還好還好,看樣子老版Context API最早也要到React v17才會退休。其實這樣的安排才是正常的,根據semantic versioning,一個小版本(minor version)升級,只應該增加新功能,而不應該讓之前的功能完全失效,也就不應該刪功能。
老版Context API升仙,新版Context API萬歲!
推薦閱讀:
※Node手把手構建靜態文件伺服器
※工作中常用的meta標籤總結
※前端日刊-2018.01.15
※graphql-js 淺嘗