Skip to content

useStorate isn't reactive across components or composition calls #202

@pleek91

Description

@pleek91

Description

useStorage should allow a dev to call it using the same key more than once and get the same reactive value. Currently each time you call the composition you get a separate value that is not reactive if another instance updates the value. This could be done using a composition factory similar to how useRouteQuery works.

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