Skip to content

Instantly share code, notes, and snippets.

@codingnninja
Created August 18, 2019 15:40
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 codingnninja/f5bfdc578633ab144ad2dcdb8563a30e to your computer and use it in GitHub Desktop.
Save codingnninja/f5bfdc578633ab144ad2dcdb8563a30e to your computer and use it in GitHub Desktop.
import React from 'react';
class App extends React.Component {
constructor() {
super();
this.state = {
error: null,
isLoaded: false,
items: []
}
}
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment