mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
9a0fc57724
Co-authored-by: Sébastien Chopin <seb@nuxtjs.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
20 lines
493 B
Markdown
20 lines
493 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](/api/composables/use-state).
|
|
::
|
|
|
|
::ReadMore{link="/api/composables/use-state"}
|
|
::
|
|
|
|
::ReadMore{link="/guide/features/state-management"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-state" file="app.vue"}
|