react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

Fix hooks-faq.md, unnecessary dependency in example?

Open uid11 opened this issue 4 years ago • 4 comments
trafficstars

If I understand correctly the intended API of the useEventCallback custom hook, the dependencies array should contain all the dependencies of the fn callback itself (as in the standard useCallback hook).

Thus, there is no need to additionally specify the fn callback itself in the dependencies of this effect -- you need to update the link to fn in the ref only when something from the dependencies array changes.

Moreover, now, due to the fact that fn is specified in the effect dependencies, this effect is called after every render of the Form -- since fn, as an arrow function literal, is created on every render.

uid11 avatar Mar 11 '21 03:03 uid11

Hi @uid11!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

facebook-github-bot avatar Mar 11 '21 03:03 facebook-github-bot

Deploy preview for reactjs ready!

Built without sensitive environment variables with commit 29f83e42e1f4ad7dbf815e072e4b61187e98da5b

https://deploy-preview-3573--reactjs.netlify.app

reactjs-bot avatar Mar 11 '21 03:03 reactjs-bot

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

facebook-github-bot avatar Mar 11 '21 03:03 facebook-github-bot

Is there any other action I need to take to move this pull request forward (merge or close)?

uid11 avatar Sep 17 '22 21:09 uid11