Skip to content

Instantly share code, notes, and snippets.

@AntonioErdeljac
Created October 31, 2017 00:19
Show Gist options
  • Save AntonioErdeljac/360b3b5a9c732c4d358230885681fc99 to your computer and use it in GitHub Desktop.
Save AntonioErdeljac/360b3b5a9c732c4d358230885681fc99 to your computer and use it in GitHub Desktop.
<div className="messages">
{this.state.messages.map(message => {
return (
<div>{message.author}: {message.message}</div>
)
})}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment