79573532

Date: 2025-04-14 15:48:29
Score: 2.5
Natty:
Report link

useMemo(() => "React", []): Creates a memoized value.

React needs to run the function () => "React" once and it stores the result.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Roshani Sharma