Skip to content

Instantly share code, notes, and snippets.

@larryparitosh
Created May 31, 2017 10:02
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 larryparitosh/54ea49565ec9ac1870c5a04381a02f48 to your computer and use it in GitHub Desktop.
Save larryparitosh/54ea49565ec9ac1870c5a04381a02f48 to your computer and use it in GitHub Desktop.
React loop example
return this.props.items.map( (item) => {
return <li>{item}</li>
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment