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

Redux State too Intermingled with URL State #631

Open
miles-grant-ibigroup opened this issue Jun 28, 2022 · 1 comment
Open

Redux State too Intermingled with URL State #631

miles-grant-ibigroup opened this issue Jun 28, 2022 · 1 comment

Comments

@miles-grant-ibigroup
Copy link
Collaborator

URL state should be entirely separate from Redux state. By combining them, we introduce bugs, slow things down, and introduce a lot of unnecessary, complex code.

Instead, we should manage all state in Redux and adjust the URL accordingly. This would reduce a lot of code that manages state being in the URL and also helps us reduce bugs that arise from reading state from the URL.

@miles-grant-ibigroup
Copy link
Collaborator Author

@daniel-heppner-ibigroup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant