Skip to content

Instantly share code, notes, and snippets.

@chnbohwr
Created May 7, 2018 08:55
Show Gist options
  • Save chnbohwr/a3d8227117709baf4f7ccfd255d20329 to your computer and use it in GitHub Desktop.
Save chnbohwr/a3d8227117709baf4f7ccfd255d20329 to your computer and use it in GitHub Desktop.
class MsgItem extends React.PureComponent {
render() {
return <li style={{ margin: "10px" }}> {this.props.msg} </li>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment