What does React.memo do?
React.memo is a higher order component that you can use to ensure functional components only re-render when the props change (much like PureComponent for class components).
DeployHQ is a code deployment platform designed to help you get files from Git, Mercurial & Subversion repositories onto your servers using SFTP, FTP, S3, Digital Ocean and more!
Displaying 1 post
React.memo is a higher order component that you can use to ensure functional components only re-render when the props change (much like PureComponent for class components).