Skip to content

Instantly share code, notes, and snippets.

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 kellyrmilligan/b2ba24429c190a2959fc2c0ecb20aba3 to your computer and use it in GitHub Desktop.
Save kellyrmilligan/b2ba24429c190a2959fc2c0ecb20aba3 to your computer and use it in GitHub Desktop.
class Page extends Component {
static fetch(match, location, options) {
//return a promise to be resolved later, superagent as an example
return request('GET', '/search')
}
render() {
//your stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment