Hi @atinux! Sorry for tagging you here, tried to open a discussion item but it's not enabled. I just have a question about this block of code:
What is the purpose of serverRendered, prerenderedAt, and isCached here? I dont see any documentation related to them. Couldnt you just do something like:
if (import.meta.server) {
await useUserSession().fetch()
}
Hi @atinux! Sorry for tagging you here, tried to open a discussion item but it's not enabled. I just have a question about this block of code:
What is the purpose of
serverRendered
,prerenderedAt
, andisCached
here? I dont see any documentation related to them. Couldnt you just do something like:Thanks for this awesome module!