Skip to content

Instantly share code, notes, and snippets.

@jaunesarmiento
Created August 1, 2020 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaunesarmiento/6ee0422ba59300a4f6175885cc130039 to your computer and use it in GitHub Desktop.
Save jaunesarmiento/6ee0422ba59300a4f6175885cc130039 to your computer and use it in GitHub Desktop.
{messages.map((message) => (
<div
key={message.id}
className={message.author === 'Dave' ? 'message me' : 'message'}>{message.body}</div>
))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment