久久精品国产精品青草色艺_www.一区_国内精品免费久久久久妲己_免费的性爱视频

閱讀react源碼時產(chǎn)生的疑問?

今天讀react源碼有一個地方不太懂(第一次提問,多多指教)疑問在下方調(diào)用方法unmountComponent()處

// 卸載組件unmountComponent: function() {// 設(shè)置狀態(tài)為 UNMOUNTING this._compositeLifeCycleState = CompositeLifeCycle.UNMOUNTING;// 如果存在 componentWillUnmount,則觸發(fā)if (this.componentWillUnmount) { this.componentWillUnmount(); }// 更新狀態(tài)為 nullthis._compositeLifeCycleState =<愛尬聊_創(chuàng)建詞條> null;//**下面調(diào)用unmountComponent()不會死循環(huán)嗎** this._renderedComponent.unmountComponent();this._renderedComponent = null; ReactComponent.Mixin.unmountComponent.call(this); }


編輯 舉報 2023-05-31 14:40

0個評論

暫無評論...
驗證碼 換一張
相關(guān)內(nèi)容