useMemo(() => "React", []): Creates a memoized value.
React needs to run the function () => "React" once and it stores the result.