Skip to content

Instantly share code, notes, and snippets.

@kenhoff
Created June 12, 2018 21:29
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/e4d4dad8059292748956400c2dec698e to your computer and use it in GitHub Desktop.
Save kenhoff/e4d4dad8059292748956400c2dec698e to your computer and use it in GitHub Desktop.
fragments-1
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