Static vs. Dynamic Rendering
Unanswered
Saltwater Crocodile posted this in #help-forum
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.
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.