Skip to content

Refactor Vuex store #108

@dchiquito

Description

@dchiquito

The Vuex store implements practically no mutations and manipulates state directly instead. This makes Vuex almost entirely non-reactive and largely invalidates using Vuex at all.

We should either refactor the store to use mutations wherever it currently sets state directly, or remove Vuex entirely.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions