Skip to content

Instantly share code, notes, and snippets.

@alxlion
Created May 31, 2020 16:47
Show Gist options
  • Save alxlion/729da89246650db2e1b1686e743b68d8 to your computer and use it in GitHub Desktop.
Save alxlion/729da89246650db2e1b1686e743b68d8 to your computer and use it in GitHub Desktop.
JSX Example 1
return (
<div>
{students.map(student => <p>{student}</p>)}
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment