Skip to content

Instantly share code, notes, and snippets.

@darksh3ll
Created January 22, 2019 08:41
Show Gist options
  • Save darksh3ll/7f62bd0c4d5b8241b3810a17bd6ad04f to your computer and use it in GitHub Desktop.
Save darksh3ll/7f62bd0c4d5b8241b3810a17bd6ad04f to your computer and use it in GitHub Desktop.
Map array react
<div>
{this.state.array.map(nom => <h1 key={nom}>{nom}</h1>)}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment