Direction: Choose the correct option
Q1.
What is React.memo?
Direction: Choose the correct option
Q2.
When does a component wrapped with React.memo re-render?
Direction: Choose the correct option
Q3.
Can React.memo be used with class components?
Direction: Choose the correct option
Q4.
How can you customize the comparison in React.memo?
Direction: Choose the correct option
Q5.
What is a common pitfall with React.memo?
