Skip to content

Instantly share code, notes, and snippets.

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