mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
23 lines
534 B
Markdown
23 lines
534 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](/docs/api/composables/use-state).
|
|
::
|
|
|
|
::ReadMore{link="/docs/api/composables/use-state"}
|
|
::
|
|
|
|
::ReadMore{link="/docs/getting-started/state-management"}
|
|
::
|
|
|
|
::sandbox{repo="nuxt/nuxt" branch="main" dir="examples/composables/use-state" file="app.vue"}
|
|
::
|