问答详情
源自:4-2 留言本实例编码

this.props.commentLength为什么会跟着变?

<CommentBox commentLength={comments.length} />


提问者:HenpengzayUo_0 2021-09-02 15:56

个回答

  • 慕梦前来
    2022-01-07 19:02:11

    因为是无条件渲染子组件的,你可以用PureComponent或者memo来处理一下