Created
March 24, 2025 10:38
-
-
Save h-agharezaei/fec3359f30a3fe00bc380cb5c6f389c4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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