Preloading Data with 'use server'
I'm following the limited documentation, and I want to preload data from the server for a route:
I am preloading some data from a database. I'm not sure why the
You can see the example (without logging in) :
https://solid-start-firebase.vercel.app/
How do I fix this?
J
I am preloading some data from a database. I'm not sure why the
createAsync has an option for undefined, but I do about() as the docs suggest. However, the data does not display properly UNLESS I do full referesh. It does not stay when navigating back to the page. I only want to fetch it once, I just don't every want a blank page.You can see the example (without logging in) :
https://solid-start-firebase.vercel.app/
How do I fix this?
J
