Skip to content

Instantly share code, notes, and snippets.

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