Norbiros
How to use lazy components in composables?
So it looks like we have to wait for https://github.com/nuxt/nuxt/pull/31192
7 replies
Few questions about nuxt
I found this: https://nuxt.com/docs/getting-started/data-fetching#pass-cookies-from-server-side-api-calls-on-ssr-response . So if server sends request it can set cookie in client. But their example is for what login in? I also don't understand useRequestEvent... They say
access the incoming request.
. What it means? Request from browser to nuxt website? From website to somewhere else? From client to nuxt server?14 replies
Few questions about nuxt
1. https://nuxt.com/docs/getting-started/data-fetching#client-only-fetching Why it does that? What if backend returns different values (for example amount of requests in past minute, if you send request from client it will give hydration warning)?
2. Okay. But if I have external API should I use sidebase's nuxt-auth or create it myself? What about sending requests from server, server doesn't have cookie from browser... What do you recommend? Should I use cookie auth? I can implement auth using just fetch and middlewares.... But idk if it is good and recommended practice...
3. I don't get random text from api, I just have list in typescript and I show random element from this list.
4. So for every page with auth should I use SPA? Even if I use middleware
14 replies