Next.js Discord

Discord Forum

Async components

Unanswered
Cuban Crocodile posted this in #help-forum
Open in Discord
Cuban CrocodileOP
Does async server components components always need to be wrapped in suspense? I want to fetch some data and I don't know if I always have to fetch it from the page.tsx level and pass it as props when I don't want to use <Suspense>

1 Reply