Optimize Function Components with React.memo

InstructorTyler Clark

Share this video with your friends

Send Tweet

React.memo is similar to PureComponent when working with class components. This feature new to React 16 will not allow a functional component to render if its props hasn’t changed.