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).
The latest news about CSS, HTML & Javascript from our in-house team of expert frontend developers.
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).
Following our live stream last Thursday, we released a brand new version of DeployHQ to all our customers.
A quick tutorial explaining how to add a toast notification system to your React/Redux application.