usecallbackReactUsecallbackMediumWhat is the real benefit of the referential stability useCallback provides?1Preventing downstream work like re-renders of memoized children or re-firing effects2Making the function execute faster3Reducing the JavaScript bundle size4Eliminating the need for keysBack to list