Handling Async Params and Suspense Queries in a T3 Stack Next.js App
I'm having issues with fetching data for my story/[storyId]/page.tsx component.
What kind of options do I have here? It seems that id requires await, while useSuspenseQuery requires a server component.
How should I tackle this issue using the T3 stack?
2 Replies