摘要: 1.组件名称必须以大写字母开头。 eg:<Welcome /> 表示一个组件2.Props的只读性 所有的React组件必须像纯函数那样使用它们的props。3.生命周期 componentDidMount挂载 componentWillUnmount卸载4.setState() 这里有三件事情需要 阅读全文
posted @ 2019-05-13 11:00 chenyuan819 阅读(130) 评论(0) 推荐(0) 编辑
摘要: react-devtools vue-devtools安装 阅读全文
posted @ 2019-04-24 18:44 chenyuan819 阅读(290) 评论(0) 推荐(0) 编辑