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

Learn Next.js Starter Code

Results 100 next-learn issues
Sort by recently updated
recently updated
newest added

On the sentence: One benefit of using layouts in Next.js is that on navigation, only the page components update while the layout won't re-render. This is called [partial rendering](https://nextjs.org/docs/app/building-your-application/routing/linking-and-navigating#3-partial-rendering): The...

when I open node js and write the code (npx create-next-app nextjs-blog) it show me: npm ERR! code ENOENT npm ERR! syscall lstat npm ERR! path C:\Users\ahmed\AppData\Roaming\npm npm ERR! errno...

I tried with `npm` and `bun`, `Turbopack` doesn't work with next-learn/dashboard/final-example. ``` Server Error Error: error - node_modules/node-gyp-build/node-gyp-build.js:22:9 Error resolving commonjs request 20 | 21 | function load (dir) {...

This is really a great and useful tutorial. Congratulations! I'm not sure, if this is the right way to reach out to you. Hopefully, it is. I would like to...

### What is the improvement or update you wish to see? There is a wrong image for static site generation on this page: https://nextjs.org/learn/dashboard-app/static-and-dynamic-rendering#what-is-static-rendering ### Is there any context that...

At the beginning of Chapter 11 you write: > ### In this chapter... > > Here are the topics we’ll cover > Learn how to use the Next.js APIs: **`searchParams`**,...

After following the steps in [link](https://nextjs.org/learn/dashboard-app/fetching-data#fetching-data-for-revenuechart), ![Screenshot 2024-02-22 at 9 47 29 PM](https://github.com/vercel/next-learn/assets/34604329/54dacdc2-ca67-49c2-b941-19bb5d4018e4)

The `page` is set as the key for `PaginationNumber`, but when two ellipses are displayed, the key will be duplicated and the display is corrupted. Fix so that if the...

Adds a unique value to the ORDER BY statement so that SQL behaves in a stable manner This was causing unstable issues with pagination repeating data as you might get...

Hi there, I'm learning next.js, and when I go to chapter 11 and tries: ``` npx create-next-app@latest nextjs-dashboard --use-npm --example "https://github.com/vercel/next-learn/tree/main/dashboard/starter-example" ``` it only says: ``` npx create-next-app@latest nextjs-dashboard --use-npm...