Neon
Neon
NNuxt
Created by Neon on 2/1/2025 in #❓・help
Is it possible to change nuxt layers on the fly (run time)?
We have themes which all of them contains nuxt project and a folder for main. whats the best solution if we needed to switch themes like just by a dropdown? an old solution that we got was just having pages inside only main then use the components like PageMain inside the index.vue, sooo whats the best way to have something like that
23 replies
NNuxt
Created by Neon on 11/6/2024 in #❓・help
SSR asyncData and CRUD operations
Hey I have had some weird issues with useLazyAsyncData SSR only happens. like when when i have a [id].vue page. like when im try diffrent ids to fetch something, the old data is still there. I would like to fully understand how to manage lazyAsyncData to do stuff for CRUD actions. like i didnt know that i cant declare a ref from top then setting it inside asyncData. ================= How can I fully understand what is going on and whats the best way to handle it? If there are any resources for addressing CRUD stuff and ssr asyncData tips that would be great. Also if there are any bigger project with full CRUD and ssr operation open sourced is very helpful (how can i find project made with nuxt for understanding things better)
5 replies