Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created July 18, 2016 16:59
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 codeaholicguy/8ab6c409768a1beaed930f4e4e9b364e to your computer and use it in GitHub Desktop.
Save codeaholicguy/8ab6c409768a1beaed930f4e4e9b364e to your computer and use it in GitHub Desktop.
...
this.props.tracks.map((track, key) => {
return <div key={key}>Track: {track.title}</div>;
})
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment