johntanzer
johntanzer
Explore posts from servers
NNuxt
Created by Prestgg on 3/26/2025 in #❓・help
I don't now. I'm using betterauth.
It takes up too much cpu even in paid plans (it’s a cf issue/decision) only work around would to make your own plug-in better auth hasher that is less secure.
8 replies
NNuxt
Created by Prestgg on 3/26/2025 in #❓・help
I don't now. I'm using betterauth.
Hey this is because of hashing algorithm.
8 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
Do you have any clue how many devs use nuxt with viscose daily on Mac. Literally no setup required!
35 replies
NNuxt
Created by Wirkhof on 3/17/2025 in #❓・help
How to disable this shaking of icon in Nuxtr
@Wirkhof hoping this is some sort of joke 🙈
35 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
cant find the issue though 🙈
17 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
did spk to pooya about it
17 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
what did come out every time i had this issue is that this is prob not the correct/best thing/way to do!
17 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
didnt find a solution.
17 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
have come across this before in nitro
17 replies
NNuxt
Created by Kyllian on 3/20/2025 in #❓・help
Loading in large dataset
Hey
17 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
this should never give a hydration error since it is being done only agter conplete page hydratin!
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
and useState is ssr freindly ❤️
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
not nessacry this does almmost same thing
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
prop best to share s stakckblit repro to show how you get error
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
yeah something strange - i dont get any hydration error
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
ahh wait have you tried this
onMounted(() => {
if (import.meta.client) {
nextTick(() => {
loading.value = false;
console.log('hydration complete, loading set to false');
});
}
});
onMounted(() => {
if (import.meta.client) {
nextTick(() => {
loading.value = false;
console.log('hydration complete, loading set to false');
});
}
});
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
what it doesnt stop loading state?
79 replies
NNuxt
Created by ObSeSSeN on 3/7/2025 in #❓・help
Hydration hell - A simple loading state on a Nuxt UI button
try take it out of the onmounted
79 replies