Skip to content

Instantly share code, notes, and snippets.

@shaddyshad
Created April 7, 2018 16:31
Show Gist options
  • Save shaddyshad/d0980ff28cbb981495818e8dd324fce7 to your computer and use it in GitHub Desktop.
Save shaddyshad/d0980ff28cbb981495818e8dd324fce7 to your computer and use it in GitHub Desktop.
App js boilerplate
import React, {Component} from 'react'
export default class HelloWorldReact extends Component{
render(){
return <p>Hello world, I just bootstrapped a react app from source. </p>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment