Skip to content

Redux state support #1

Description

@prakashchokalingam

Currently, this hook uses the useState hook for state management. When a state of key is updated, it's not reflected in other states of the same key.

cost [user, userDispatch] = useLocalStorage('user')
cost [user2, user2Dispatch] = useLocalStorage('user')

userDispatch.reset(); // updates the user, not user2

To resolve this we can use redux instance if a project is using redux for their state management.

Activity

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

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions