© 2026 Hedgehog Software, LLC
//component A const foo = useState('foo', ()=>{user: null}) foo.value.user = 'toto';
//component B const foo = useState('foo', ()=>{user: null}) foo.value.user = 'bar';
{user: null}
{user: 'bar'}
Join the Discord to ask follow-up questions and connect with the community
Nuxt Community Chat Server
31,632 Members