Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created July 3, 2019 16:08
Show Gist options
  • Save jsmanifest/cbcd9c38d2273b09e49523cf476fdbfd to your computer and use it in GitHub Desktop.
Save jsmanifest/cbcd9c38d2273b09e49523cf476fdbfd to your computer and use it in GitHub Desktop.
render() {
const { arr } = this.props
return (
<div>
{arr && arr.map()...}
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment