Last active
November 4, 2019 18:38
-
-
Save andyrichardson/7a4f132b0aa0df1226b4b3e4f1a72638 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Trigger event | |
const handleClick = useCallback(() => fetch(url), []); | |
// Trigger change to render output | |
const handleClick = useCallback(() => setNewState(s => s+1), []); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment