Direction: Choose the correct option
Q1.
How does useCallback improve performance?
Direction: Choose the correct option
Q2.
When is useCallback most useful?
Direction: Choose the correct option
Q3.
What does useCallback return?
Direction: Choose the correct option
Q4.
Without useCallback, what happens to a function defined inside a component?
Direction: Choose the correct option
Q5.
Is it necessary to wrap every function in useCallback?
