Closed AbdUlHamedMaree closed 3 months ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
@AbdUlHamedMaree is attempting to deploy a commit to the Rooks Team on Vercel.
A member of the Team first needs to authorize it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Adding
useCallOnce
hookCall the passed function once in the component lifecycle,
unlike
useMemo
that even when you pass empty deps it might call your callback again (check last sentence in react docs),that's why some libraries use
useState
to call function once in the component lifecycle