Skip to content

Redux State too Intermingled with URL State #631

Open
@miles-grant-ibigroup

Description

@miles-grant-ibigroup

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions