Next.js Discord

Discord Forum

(Possibly) Typo in nextjs-learn on Static and Dynamic Rendering Chapter

Unanswered
Romanian Mioritic Shepherd Dog posted this in #help-forum
Open in Discord
Romanian Mioritic Shepherd DogOP
https://nextjs.org/learn/dashboard-app/static-and-dynamic-rendering

Hi, to confirm my understanding about static vs dynamic rendering on next.js (i'm new to nextjs), why would this article said

With dynamic rendering, your application is only as fast as your slowest data fetch.

Isn't it static rendering and not dynamic rendering?

1 Reply

Romanian Mioritic Shepherd DogOP
Another quick question about rendering

How fast can the user interact with the component? is it after B or after D? (I assume it is B)