Skip to content

Instantly share code, notes, and snippets.

@techomoro

techomoro/App.js Secret

Created October 4, 2020 06:28
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 techomoro/fc19e24d01c6a8ddc1fcc2876c6339d5 to your computer and use it in GitHub Desktop.
Save techomoro/fc19e24d01c6a8ddc1fcc2876c6339d5 to your computer and use it in GitHub Desktop.
constructor (props){
super(props);
this.state = {
posts: []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment