Note: React StrickMode has been removed from main.jsx as double messages were impacting clarity.
Open the browser console, keep clicking on "New Number", notice that when the random number is repeated, the memoized value is used and the slowCalculation function is not called.