Direction: Choose the correct option
Q1.
Which hook is used to read data from the Redux store in a functional component?
Direction: Choose the correct option
Q2.
What does the useDispatch hook return?
Direction: Choose the correct option
Q3.
How do you dispatch an action using useDispatch?
Direction: Choose the correct option
Q4.
When does the component using useSelector re-render?
Direction: Choose the correct option
Q5.
Can you use multiple useSelector calls in one component?
