美文网首页
React中的props和state

React中的props和state

作者: lijia069 | 来源:发表于2018-04-11 19:57 被阅读0次

    props和state

    this.props 由 React 本身设定, 而 this.state 具有特殊的含义,但如果需要存储一些不用于视觉输出的内容,则可以手动向类中添加额外的字段。
    如果在 render() 方法中没有被引用, 它不应该出现在 state 中。

    相关文章

      网友评论

          本文标题:React中的props和state

          本文链接:https://www.haomeiwen.com/subject/jcabhftx.html