Yann
Yann
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
I'll update the code, thank you !
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Okay, so, thank you for all the tips 😉
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
So, there'll be no button at all for rendered page or can I put a default button ? Like a v-if ?
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Just like the button text for example, server doesn't care about it, just render the button not logged in
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Understood 😅
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Thank you, you really helped me ! But, just to know, I'm doing something wrong, or that's the "normal" way to read the computed data (with the <ClientOnly/>)
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Except for the button which need to be wrapped inside a <ClientOnly/> block
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Okay, so my use case is like the "admin dashboard"
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
If you want, here's my codebase : https://github.com/vitadocs/web-frontend
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Does this impact any library like Vuetify ? Which need to know if SSR is enabled or not
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Oh great
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Or I can just put the dashboard layout inside a <ClientOnly/> component ?
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
My app will be a whole dashboard with authentication required without any need of SSR, only a few landing page should be referenced and will use SEO... So I'm wondering if Nuxt is adapted to my project
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
Where did you see that ? Maybe I've miss this part, if yes, I'll use this instead of axios...
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
The "authenticated" value is true when I'm connected if you look at the ternary operator on the layout
33 replies
NNuxt
Created by Yann on 6/2/2024 in #❓・help
Beginner question - Hydration problem on computed property
The problem is "Server rendered /auth/login" "Client expected : /dashboard" Because I'm logged in
33 replies