rc
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
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
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