Next.js Discord

Discord Forum

Static vs. Dynamic Rendering

Unanswered
Saltwater Crocodile posted this in #help-forum
Open in Discord
Saltwater CrocodileOP
Hello, I'm working through Ch. 8 of the Learn NextJS tutorial: https://nextjs.org/learn/dashboard-app/static-and-dynamic-rendering

What specifically makes something (in this case the Dashboard) dynamically rendered? Is it the sql call? Is it the use of Suspense? I suspect it's not Suspense, because later when building the create invoices functionality, we're required to use revalidatePath after submitting the form in a page that also uses Suspense to load components.

0 Replies