Skip to content

Instantly share code, notes, and snippets.

@drewwyatt
Last active May 22, 2019 15:41
Show Gist options
  • Save drewwyatt/d111b1587c55a34205bcbc63a9177ebb to your computer and use it in GitHub Desktop.
Save drewwyatt/d111b1587c55a34205bcbc63a9177ebb to your computer and use it in GitHub Desktop.
onClick={wat}
const handler = () => alert('🙌');
const MyComponent = () => <button onClick={handler}>🔥</button>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment