Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created June 12, 2018 21:35
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 kenhoff/4ed8a382bb43ad3b68f6756d2f75fd69 to your computer and use it in GitHub Desktop.
Save kenhoff/4ed8a382bb43ad3b68f6756d2f75fd69 to your computer and use it in GitHub Desktop.
fragments-6
class App extends React.Component {
render() {
return (
<>
<p>I would</p>
<p>really like</p>
<p>to render</p>
<p>an array</p>
</>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment