第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問(wèn)題,去搜搜看,總會(huì)有你想問(wèn)的

React在父組件中如何拿到子組件的虛擬dom

React在父組件中如何拿到子組件的虛擬dom

云景前端 2016-01-24 01:03:02
目前我的方法是,用一個(gè)全局變量將子組件render時(shí)的虛擬dom實(shí)例保存下來(lái),以方便在父組件中調(diào)用。那么問(wèn)題就是如何不用變量直接在父組件中直接拿到子組件的虛擬dom呢?//?全局變量,用于記錄每個(gè)子組件的虛擬DOM實(shí)例 ????var?childrenComponent=[]; ???? ????//?子組件 ????var?Child?=?React.CreateClass({ ????????componentDidMount:?function?(){ ????????????//?將組件最后的react實(shí)例保存下來(lái),方便在父組件中調(diào)用其屬性和方法。 ? ????childrenComponent.push(this); ? }, ????????render:function?(){ ????????????return( ????????????????<p>this?is?a?child?component,number:{this.props.index}</p> ????????????) ????????} ????}) ???? ????//父組件 ????var?Parent?=?React.CreateClass({ ????????handleCilck:function?(){ ????????????//這里拿到子組件的虛擬DOM,以進(jìn)行一些操作 ????????????console.log(childrenComponent[0]) ????????}, ????????render:function?(){ ????????????var?children?=?[]; ????????????var?newChild?=?function?(i){ ????????????????return?<Child?index={i}?/>? ????????????}? ????????????for(var?i=0,?i<5,?i++){ ????????????????children.push(newChild(i)) ????????????} ????????????return( ????????????????<div> ????????????????????{children} ????????????????????<button?onClick={this.handleClick}></button> ????????????????</div> ????????????) ????????} ????}) ???? ????React.render( ????<Parent?/>, ????document.body );
查看完整描述

2 回答

?
我們沒(méi)有朋友

TA貢獻(xiàn)1條經(jīng)驗(yàn) 獲得超0個(gè)贊

你這個(gè)方法最實(shí)用了! 感謝分享

查看完整回答
反對(duì) 回復(fù) 2016-07-21
  • 2 回答
  • 1 關(guān)注
  • 4517 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)