mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
944bba97ca
Co-authored-by: Pooya Parsa <pooya@pi0.io>
494 B
494 B
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. ::
::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"}