mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 10:54:49 +00:00
23 lines
524 B
Markdown
23 lines
524 B
Markdown
---
|
|
toc: false
|
|
---
|
|
|
|
# useState
|
|
|
|
This example showcase the `useState` composable, 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](/api/composables/use-state).
|
|
::
|
|
|
|
::ReadMore{link="/api/composables/use-state"}
|
|
::
|
|
|
|
::ReadMore{link="/getting-started/state-management"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-state" file="app.vue"}
|
|
::
|