随笔分类 -  React

摘要:官方文档学习链接:https://zh hans.reactjs.org/docs/typechecking with proptypes.html 阅读全文
posted @ 2020-02-25 10:33 Nayek 阅读(219) 评论(0) 推荐(0)
摘要:父子组件传值: 父组件向子组件传值通过向子组件TodoItem进行属性绑定(content={item}、index={index}),代码如下 然后子组件通过this.props.conten、this.props.index接受值,ES6写法如下: 子组件调用从父组件传来的父组件里的函数,间接修 阅读全文
posted @ 2020-02-25 00:21 Nayek 阅读(324) 评论(0) 推荐(0)
摘要:带注释 原始代码 阅读全文
posted @ 2020-02-24 21:56 Nayek 阅读(152) 评论(0) 推荐(0)
摘要:Installing template dependencies using npm... npm WARN eslint config react app@5.2.0 requires a peer of eslint plugin flowtype@3.x but none is install 阅读全文
posted @ 2020-02-24 11:41 Nayek 阅读(347) 评论(0) 推荐(0)