Skip to content
New issue

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

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

Already on GitHub? # to your account

POC: Quick and dirty POC of redux domain selectors #1778

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robert-bo-davis
Copy link
Collaborator

@robert-bo-davis robert-bo-davis commented Oct 31, 2023

Description

This is a quick and dirty POC of the pattern of using selectors instead of navigating the complex state structure in individual components. This reduces complexity in components and keeps responsibility for state structure centralized in a way that simplifies future refactoring while improving the division of responsibility in code.

It is intended as a jumping off point for conversation around future improvement to code.

Checklist

  • Corresponding issue has been opened
  • New tests added
  • Feature flags added
  • Strings are localized
  • Tested for chat contacts
  • Tested for call contacts

Related Issues

Fixes #....

Verification steps

@robert-bo-davis robert-bo-davis changed the title POC: Quick and dirty POC of moving to selectors POC: Quick and dirty POC of redux domain selectors Oct 31, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant