Skip to content

Instantly share code, notes, and snippets.

@imgVOID
Forked from BetterProgramming/component.js
Last active September 21, 2021 17:25
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 imgVOID/9c027755c36a3b58cbe0efd8766ab66a to your computer and use it in GitHub Desktop.
Save imgVOID/9c027755c36a3b58cbe0efd8766ab66a to your computer and use it in GitHub Desktop.
class Post extends Component {
constructor(props){
super(props);
this.state = {}
}
render(){
// код пользовательского интерфейса
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment