renderCommnet是什麼意思

class CommentList extends React.Component { constructor(props) { super(props); } render() { return <ul> {this.props.comments.map(renderComment)} </ul>; } renderComment({body, autho
相關文章
相關標籤/搜索