React.memo is a higher order component provided by react that will return a memoized version of the component that only changes if one of the props has changed.