next-learn icon indicating copy to clipboard operation
next-learn copied to clipboard

Docs- Chapter 8: No explanation of how dashboard is dynamic

Open DevDynasty0 opened this issue 1 year ago • 2 comments

In Chapter 7, there is a concern highlighted:

"By default, Next.js prerenders routes to improve performance; this is called Static Rendering. So if your data changes, it won't be reflected in your dashboard."

However, in Chapter 8, it suddenly states:

"The dashboard application we're building is dynamic."

There is no explanation provided on why or how the dashboard is dynamic.

At the beginning of Chapter 8, the topics listed are supposed to cover "different approaches to make your dashboard dynamic." However, I couldn't find this explanation anywhere in the chapter.

Note: I last tried with "next": "15.0.0-canary.56", where the dashboard was not dynamic. I haven't checked the current behavior yet, but prior to the merge of pull request #764, it was dynamic since noStore() was used in the database query function. This was removed in that merge.

Could you please clear that? Thank you!

DevDynasty0 avatar Nov 04 '24 19:11 DevDynasty0

It would be helpful to include links to resources about Partial Prerendering (PPR), such as this documentation and this video

nitronaj avatar Nov 23 '24 09:11 nitronaj

I got same concern about chapter 8, how data.ts changed to dynamic renderring?

thanks

ze00ro avatar Dec 25 '24 10:12 ze00ro

No useful replies here in 7 months?

RichardMagnusson avatar Jun 04 '25 14:06 RichardMagnusson