cosbgn
Explore posts from serversDo I need to use "lazy" with `useFetch/useAsyncData` when deploying to vercel?
But say I have a page /account which displays different data for each user (depending on a httpOnly cookie) - Will that be generated at built time and display the same data to all users?
13 replies
Do I need to use "lazy" with `useFetch/useAsyncData` when deploying to vercel?
From my undertanding, before I was using nuxt/auth (v2) which used localStorage, so I had to always "wait for the client"
But now I use auth-utils, which uses cookies, which are available server side, so I don't need to ever use lazy, right?
13 replies