Skip to content

Instantly share code, notes, and snippets.

@nemrosim
Created June 30, 2022 20:37
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 nemrosim/1afcfc5f38f346f6b553ae225e728809 to your computer and use it in GitHub Desktop.
Save nemrosim/1afcfc5f38f346f6b553ae225e728809 to your computer and use it in GitHub Desktop.
useEffect(() => {
const id = setTimeout(() => {
setIsTrue(true);
- }, 1000);
+ }, 2000);
return () => {
clearTimeout(id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment