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

Replace "connect" with "useActions" & "useSelector" #894

Open
izri16 opened this issue Mar 17, 2021 · 0 comments
Open

Replace "connect" with "useActions" & "useSelector" #894

izri16 opened this issue Mar 17, 2021 · 0 comments
Assignees
Labels

Comments

@izri16
Copy link
Collaborator

izri16 commented Mar 17, 2021

The goal is to improve TS, remove duplicate declarations & remove unused props.

  • in functional components this should be straightforward
  • for class components either refactor to functional component if easy enough or create functional "wrapper" that uses "useActions" & "useSelector" and pass selected values as props to class component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants