next-learn
next-learn copied to clipboard
Learn Next.js Starter Code
### What is the documentation issue? The `root layout` link in Learn Section / Chapter 2 is broken. **To reproduce the issue**, go to https://nextjs.org/learn/dashboard-app/css-styling#global-styles and click `root layout`. You...
Hydration failed because the server rendered HTML didn't match the client. As a result this tree will be regenerated on the client. This can happen if a SSR-ed Client Component...
 it shows this when I run pnpm i @vercel/postgres 
Тhere is an error in imports due to the use of the missing fonts.ts file. fonts.ts doesnt exist in the starter-example/app/ui but file using in some components: dashboard/starter-example/app/ui/acme-logo.tsx, etc ```...
hey guys, I've seen I ain't the only one with problems dealing with chapter 6. I have followed every instructions to the letter but when i go on the endpoint...
No ish lol
在动态渲染一章中,提纲部分列出了“何时使用它”,但下文详细并未有讲解,只介绍了其概念和优势,不利于学习者深刻的理解,建议以实际例子说明静态渲染和动态渲染的区别,帮助学习者更好的理解  
Today I was studying Next.js. It encountered this typescript error.  **I fixed like that:** const params = new URLSearchParams(searchParams.toString()); was it correct ? **here is link:** https://nextjs.org/learn/dashboard-app/adding-search-and-pagination#2-update-the-url-with-the-search-params
Let me first just say that this tutorial is amazing! I didn't experience any issues until chapter 15. After first typing, then later pasting the code examples, I was receiving...