Skip to content

Not calling vuex Getters when no needed #848

@oscar-gardiazabal

Description

@oscar-gardiazabal

What problem does this feature solve?

A SPA website can have different store modules with specific getters for each screen, which can be associated with ajax requests.
Executing all the getters automatically will not only execute all the associated requests, but also can create inconsistencies or very different behaviour.

What does the proposed API look like?

Maybe getters could be collapsed and disabled by default, and call them all only on expand. Allowing to use the rest of tools normally.

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