那十几万分之一

导航

2020年11月13日 #

React生命周期

摘要: React生命周期 ## 挂载阶段 constructor(props) 组件挂载之前调用 static getDerivedStateFromProps() getDerivedStateFromProps 的存在只有一个目的:让组件在 props 变化时更新 state render() com 阅读全文

posted @ 2020-11-13 18:17 那十几万分之一 阅读(90) 评论(0) 推荐(0)