next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
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 :  In my document, however, I have this :  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.  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. 
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...