usecallback
React: Optimize Components with React.memo, useMemo, and useCallback
With React.Memo, if a component returns the same result given the same props, wrapping it in memo . . .
With React.Memo, if a component returns the same result given the same props, wrapping it in memo . . .