Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Redux implementation to use hooks API instead of connect function #89

Open
shawat94 opened this issue Dec 13, 2022 · 0 comments
Open

Comments

@shawat94
Copy link
Contributor

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.

@shawat94 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant