Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
DevDynasty0 opened this issue Nov 4, 2024 · 0 comments
Open

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

DevDynasty0 opened this issue Nov 4, 2024 · 0 comments

Comments

@DevDynasty0
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant