-
React 生命周期 1.Mounting getDeaultProps() ====> getInitialState() ====> componentWillMount() ===> render() ===> componentDidMount() 2.Updating componentWillReceiveProps() ====> shouldComponetUpdate() ==(true,false)==> componentWillUpdate() ====> render() ====> componentDidUpdate() 3.Unmounting componentWillUn,ount()查看全部
-
React负责前段View层 组件化开发查看全部
-
用setState方法改变state查看全部
-
props一般默认是不变的,state私有于组件是改变的查看全部
-
getInitialState()修改初始化样式查看全部
-
类名用className="",行内修改css用style查看全部
-
Lifecycle查看全部
-
style查看全部
-
前置了解查看全部
-
前置知识查看全部
-
render只能有一个component,所以需要将其用div包起来。查看全部
-
前提知识储备查看全部
-
mount相关函数使用查看全部
-
可用函数查看全部
-
组件生命周期查看全部
举报
0/150
提交
取消