Skip to content

Instantly share code, notes, and snippets.

@simbathesailor
Created December 25, 2019 16:25
Embed
What would you like to do?
blog14.md
// Type 2
function useAcceptOptions(option) {
  
  React.useEffect(() => {
    // all good
  }, [option]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment