
Performance optimization using React.memo()
Introduction 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. It...
Continue readingIntroduction 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. It...
Continue reading