How do I fetch data while blocking SSR to prevent loading states? await suspense?
In other frameworks, like Nuxt, I can do something like:
That doesn't seem to work in the solid version, is there an equivalent?
I tried using <Suspense> but I couldn't quite get things to work. Curious if that's the correct way and I'm just missing something.
thanks!
0 Replies