rc
rc
NNuxt
Created by jdgamble555 on 4/8/2024 in #❓・help
Client inside Server Component
I don't believe so, but I'll happily stand corrected. The docs don't say that is the case at least https://nuxt.com/docs/guide/directory-structure/components#server-components
4 replies
NNuxt
Created by jdgamble555 on 4/8/2024 in #❓・help
Client inside Server Component
Are you trying to nest a client component within a server component? How are you doing this exactly? Client components are supported in server components via slots.
4 replies
NNuxt
Created by Flo on 3/26/2024 in #❓・help
Composable for accessing event scoped data?
I haven't seen anyone use it in production yet. I believe it is stable, but I would advise doing some googling to make sure.
5 replies
NNuxt
Created by Flo on 3/26/2024 in #❓・help
Composable for accessing event scoped data?
else you could try using async local storage from node https://docs.adonisjs.com/guides/async-local-storage
5 replies
NNuxt
Created by Flo on 3/26/2024 in #❓・help
Composable for accessing event scoped data?
you can use nitro's experimental async context feature to handle this https://nitro.unjs.io/guide/utils#async-context-experimental
5 replies