Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created August 2, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save BetterProgramming/48473d1deca96b5d52ab7a3c8904045b to your computer and use it in GitHub Desktop.
Save BetterProgramming/48473d1deca96b5d52ab7a3c8904045b to your computer and use it in GitHub Desktop.
class Post extends Component {
constructor(props){
super(props);
this.state = {}
}
render(){
// code to display ui
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment