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

Learn Next.js Starter Code

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

In [Chapter 4 of Next.js Learn](https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages), Next.js references a URL for Root layout with a 404 url: https://nextjs.org/learn/dashboard-app/creating-layouts-and-pages I believe the url should be https://nextjs.org/docs/app/building-your-application/routing/layouts-and-templates#root-layout-required Please get this checked

Hi, The authentication chapter describes using [NextAuth](https://nextjs.org/learn/dashboard-app/adding-authentication#protecting-your-routes-with-nextjs-middleware) to protect routes using a middleware. However in currently [advocated best practices](https://github.com/vercel/next.js/discussions/63775), middleware authentication checks have to be understood as a first line...

Hi, The chapter 8 quiz will ask "What kind of information can only be known at request time?", including "URL path" and "cookies and URL search params" as possible answers,...

In chapter 10, enabling PPR should look like this according the tutorial : ![Screenshot 2024-10-28 145610](https://github.com/user-attachments/assets/8f3cfc53-190c-45ce-920f-3d7855171888) In my document, however, I have this : ![Screenshot 2024-10-28 145838](https://github.com/user-attachments/assets/af044394-0079-4b60-a0a7-1a800fd47ec3) Does it make...

https://nextjs.org/learn/dashboard-app/adding-search-and-pagination#adding-pagination 1st code block Now, line 15 is highlighted. But I think line 16 should be highlighted. ![image](https://github.com/user-attachments/assets/ff3a60a6-863d-412c-819a-fc6a0f42a603) 2nd code block Line 29 is highlighted. But I think line 28...

Just added ## END at the last so that my name will come under contributers list Thanks

https://nextjs.org/learn/dashboard-app/adding-search-and-pagination In line 15, the diff highlight should be one line down. ![image](https://github.com/user-attachments/assets/4da546f8-3997-47df-ab33-c0686ea79be7)

Hello, this fix issue #893 Removal of the three unused definition and additional code using `error` param in the Chapter 13 in try catch will truly output ` ✔ No...