Next.js Discord

Discord Forum

Is it possible to use React suspense in Next.js 13 without using the app directory?

Unanswered
Southeastern blueberry bee posted this in #help-forum
Open in Discord
Southeastern blueberry beeOP
I plan to revert to the pages configuration due to numerous bugs in the 'app directory',
In that case, it's correct that I wouldn't be able to use React suspense, right?

4 Replies

but the question is, what do you use Suspense for
Suspense-compatible APIs, such as async server components, are pretty rare, you have to use them to trigger Suspense
Southeastern blueberry beeOP
Thank you for the confirmation.:blob_aww: