mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
3ec108493d
* docs: simplify docs to only markdown * Create nuxt-config.md * chore: update * chore: add readme
534 B
534 B
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. ::
::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"} ::