chore: migrate Redux connect
API to hooks
#880
Labels
chore
Internal changes not visible to the user
connect
API to hooks
#880
Modern Redux does not appear to use container components anymore, and instead uses hooks and callback functions.
The
connect
API should therefore be replaced withuseDispatch
,useSelector
,useCallback
and so on.The text was updated successfully, but these errors were encountered: