You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Redux connect function is technically still supported, but it is recommended in the official React Redux documentation to switch to the hooks API (useSelector, useDispatch, useStore, etc.) for simplicity and better functionality with TypeScript.
The text was updated successfully, but these errors were encountered:
shawat94
changed the title
Upgrade Redux implementation to use hooks API instead of connect function
Update Redux implementation to use hooks API instead of connect function
Dec 13, 2022
The Redux connect function is technically still supported, but it is recommended in the official React Redux documentation to switch to the hooks API (useSelector, useDispatch, useStore, etc.) for simplicity and better functionality with TypeScript.
The text was updated successfully, but these errors were encountered: