Skip to content

Instantly share code, notes, and snippets.

@ConnectedReasoning
Created June 28, 2018 20:07
Show Gist options
  • Save ConnectedReasoning/7d08c201884e050525face0dae496bf3 to your computer and use it in GitHub Desktop.
Save ConnectedReasoning/7d08c201884e050525face0dae496bf3 to your computer and use it in GitHub Desktop.
react component skeleton
import React from 'react';
export default class Home extends React.Component{
render(){
return()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment