Direction: Choose the correct option
Q1.
How does useMemo help with performance?
Direction: Choose the correct option
Q2.
When should you use useMemo for performance?
Direction: Choose the correct option
Q3.
What is the difference between useMemo and React.memo?
Direction: Choose the correct option
Q4.
Given a list filter operation, when would you use useMemo?
Direction: Choose the correct option
Q5.
What happens if the dependencies of useMemo are not specified correctly?
