We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hydrate
When the store values differ on Server and Client, such as when using useStorage from Vueuse, the client store needs to be hydrated manually.
useStorage
There's a section on that within the API reference part of the docs here: https://pinia.vuejs.org/api/interfaces/pinia.DefineStoreOptionsInPlugin.html#hydrate
However, I wanted to propose adding a small section on it under state within the Guide part of the docs.
state
I've opened this issue to ask for your thoughts on that @posva before I submit a PR with potential documentation for it.
Let me know what you think :)
The text was updated successfully, but these errors were encountered:
Aggregated with other docs recommendations in #829
Sorry, something went wrong.
No branches or pull requests
When the store values differ on Server and Client, such as when using
useStorage
from Vueuse, the client store needs to be hydrated manually.There's a section on that within the API reference part of the docs here: https://pinia.vuejs.org/api/interfaces/pinia.DefineStoreOptionsInPlugin.html#hydrate
However, I wanted to propose adding a small section on it under
state
within the Guide part of the docs.I've opened this issue to ask for your thoughts on that @posva before I submit a PR with potential documentation for it.
Let me know what you think :)
The text was updated successfully, but these errors were encountered: