Memoization is a term used in computing for optimizing the performance by storing the results of expensive functions and returning the cached results.
Check out the below video to know about how you can use React.memo() to optimize your React app’s performance.