This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
For more information, see the course curriculum on the Next.js Website.
- 文件夹结构:app文件夹,lib文件夹,ui文件夹
- tailwind 与 css module,使用clsx库切换类名
- 字体和图像优化
- layout 与 page
- 页面间导航,Link,usePathname,‘use client’
- 在vercel上创建PostgreSQL数据库
- fetching data
- static and dynamic rendering
- streaming and Suspense
- Partial Prerendering (PPR)
- 搜索和分页功能
- Mutating Data
- 处理错误
- a11y 与 lint
- 添加身份验证
- 元数据
- Next Steps