FlashcardIntermediate
useSelector and useDispatch
useSelector reads store state and useDispatch sends actions from components.
Question
What do useSelector and useDispatch do?
Click to reveal answer
useSelector reads store state and useDispatch sends actions from components.
What do useSelector and useDispatch do?