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 and more!
We like to help people so we try to publish useful tutorials about how to use our products, open source libraries or how to accomplish various design & development tasks.
Displaying all 3 posts
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).
A quick tutorial explaining how to add a toast notification system to your React/Redux application.
One of the simplest and yet most useful features in Deploy is the ability to set up automatic deployments from a number of repository hosting services. In this post, we're...