-
這個(gè)好像有點(diǎn)問(wèn)題查看全部
-
getDefaultProps: receive props from outsize
getInitialState: set default state object
componentWillMount: component will about to mount
componentDidMount: component is just mount
shouldComponentUpdate: should component update? return true or false
componentWillUpdate: component is about update
componentDidUpdate: compoent is just updated
查看全部 -
SPA 單頁(yè)模型
困難
如何保持?jǐn)?shù)據(jù)與 UI 同步更新
如何提高 DOM 操作的效率
HTML 開(kāi)發(fā) UI 界面異常復(fù)雜
查看全部 -
Python -m http:server查看全部
-
python 跑數(shù)據(jù)庫(kù):python http server查看全部
-
可以啊,入門課程。
查看全部 -
getInitialState組件在被瀏覽器調(diào)用之前加載,用作初始化(組件內(nèi)部數(shù)據(jù))
查看全部 -
kkjk
Ssssssssssssssssssssssssssss
查看全部 -
組件把界面繪制的邏輯包裝起來(lái),通過(guò)給組件傳入不同的參數(shù),進(jìn)而改變組件在界面中顯示形態(tài),同時(shí)組件可以轉(zhuǎn)化成多個(gè)簡(jiǎn)單的組件的組合。
查看全部 -
ReactDom.render兩個(gè)參數(shù):
1.jsx 對(duì)象 會(huì)把傳入的對(duì)象進(jìn)行組織表述出來(lái),react 會(huì)把它轉(zhuǎn)化為creteElemet調(diào)用,會(huì)在瀏覽器中添加相應(yīng)的dom元素,進(jìn)而改變dom模型后,使得瀏覽器在渲染后作出改變。
2.dom元素要掛載的節(jié)點(diǎn)。
查看全部 -
react銷毀當(dāng)前組件ReactDOM.unmountComponentAtNode(id)
查看全部 -
getDefaultProps 返回的是this.props
getInitialState? 返回的是 this.state查看全部 -
react組件生命周期函數(shù)
查看全部 -
三點(diǎn)操作符實(shí)現(xiàn)2個(gè)樣式對(duì)象的融合
查看全部 -
setState 來(lái)修改組件默認(rèn)初始化的state值
查看全部
舉報(bào)