mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
14 lines
376 B
Markdown
14 lines
376 B
Markdown
|
---
|
||
|
template: Example
|
||
|
---
|
||
|
|
||
|
# useState
|
||
|
|
||
|
`useState` is an SSR-friendly ref replacement. Its value will be preserved after server-side rendering and shared across all components using a unique key.
|
||
|
|
||
|
::alert{type=info icon=👉}
|
||
|
Learn more about [useState](/docs/usage/state).
|
||
|
::
|
||
|
|
||
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-state" file="app.vue"}
|