Skip to content

Instantly share code, notes, and snippets.

@h-agharezaei
Created March 24, 2025 10:38
Show Gist options
  • Save h-agharezaei/fec3359f30a3fe00bc380cb5c6f389c4 to your computer and use it in GitHub Desktop.
Save h-agharezaei/fec3359f30a3fe00bc380cb5c6f389c4 to your computer and use it in GitHub Desktop.
useEffect(() => {
console.log("Count updated:", count);
}, [count]); // حالا فقط زمانی که count تغییر کند اجرا می‌شود
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment