Skip to content

Instantly share code, notes, and snippets.

@dbilgili
Last active December 12, 2018 19:55
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 dbilgili/990a27a5308035a07983f9763f95ea79 to your computer and use it in GitHub Desktop.
Save dbilgili/990a27a5308035a07983f9763f95ea79 to your computer and use it in GitHub Desktop.
// vim: syntax=JSX
open = () => {
this.setState({isOpen: true})
}
close = () => {
this.setState({isOpen: false})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment