Skip to content

Instantly share code, notes, and snippets.

@ABIDULLAH786
Created August 4, 2023 19:45
Show Gist options
  • Save ABIDULLAH786/d07e086698a62bebafb839a40fa40120 to your computer and use it in GitHub Desktop.
Save ABIDULLAH786/d07e086698a62bebafb839a40fa40120 to your computer and use it in GitHub Desktop.
useEffect(() => {
// Effect logic
}, [dependency1, dependency2]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment