DEV Community

Mariusz
Mariusz

Posted on • Edited on

3 1

React tldr; Optimize Components with React.memo, useMemo, and useCallback

  • With React.Memo, if a component returns the same result given the same props, wrapping it in memo can result in a performance boost.

  • useMemo allows you to memoize the results of a function and will return that result until an array of dependencies change.

  • useCallback can prevent unnecessary renders between parent and child components.

Source: https://headway.io/blog/react-optimize-components-memo-usememo-usecallback/

Top comments (1)

Collapse
 
9ec7c6077bc34b7 profile image
@dev_tusharahinave

intersted.. :)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more