Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created February 26, 2019 15:11
Show Gist options
  • Save Violet-Bora-Lee/e9dc20eabb739c3a21fcea014bb0507f to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/e9dc20eabb739c3a21fcea014bb0507f to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
class App extends Component {
// class content
render(){
return (
<h1>Hello React!</h1>
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment