Neon
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