React經典面試題

React經典面試題 一、react生命週期及相關用法 react生命週期分爲初始化階段、運行階段、銷燬階段。css (1) 初始化階段:前端 componentWillMount:實例掛載以前 Render:渲染組件 componentDidMount:實例掛載完成。通常在這個函數中與後臺進行初始化數據交互。vue (2)運行階段:react componentWillReceiveProps:
相關文章
相關標籤/搜索