Skip to content

Instantly share code, notes, and snippets.

@yevbar
Last active July 13, 2018 19:40
Show Gist options
  • Save yevbar/16b2e556b9f957c0c8055f53e026de94 to your computer and use it in GitHub Desktop.
Save yevbar/16b2e556b9f957c0c8055f53e026de94 to your computer and use it in GitHub Desktop.
<ol>
{postsArray.map(post => {
return <Post key={postsArray.indexOf(post)} post={post}/>
})}
</ol>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment