Create an expensive computation (factorial calculation) and memoize it with useMemo. Wrap the display component in React.memo to prevent re-renders when its props haven't changed.
Click Run to test your code