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

chore: migrate Redux connect API to hooks #880

Open
eglitise opened this issue Jun 7, 2023 · 0 comments
Open

chore: migrate Redux connect API to hooks #880

eglitise opened this issue Jun 7, 2023 · 0 comments
Labels
chore Internal changes not visible to the user

Comments

@eglitise
Copy link
Collaborator

eglitise commented Jun 7, 2023

Modern Redux does not appear to use container components anymore, and instead uses hooks and callback functions.
The connect API should therefore be replaced with useDispatch, useSelector, useCallback and so on.

@eglitise eglitise added the chore Internal changes not visible to the user label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Internal changes not visible to the user
Projects
None yet
Development

No branches or pull requests

1 participant