Skip to content

Instantly share code, notes, and snippets.

@danhollick
Created October 9, 2018 13:25
Show Gist options
  • Save danhollick/b9385b83e25e813edadfeafd224af7ec to your computer and use it in GitHub Desktop.
Save danhollick/b9385b83e25e813edadfeafd224af7ec to your computer and use it in GitHub Desktop.
class App extends Component {
state = { images: [
{ name: '', url:'' }
]}
render() {
return (
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment