主题
入门
¥Getting Started
欢迎阅读 Next.js 文档!
¥Welcome to the Next.js documentation!
本入门部分将帮助你创建第一个 Next.js 应用,并学习你将在每个项目中使用的核心功能。
¥This Getting Started section will help you create your first Next.js app and learn the core features you'll use in every project.
必备知识
¥Pre-requisite knowledge
我们的文档假设你对 Web 开发有一定的了解。开始之前,如果你熟悉以下内容会有所帮助:
¥Our documentation assumes some familiarity with web development. Before getting started, it'll help if you're comfortable with:
HTML
CSS
JavaScript
React
如果你是 React 新手或需要复习,我们建议你从 React 基础课程 开始,然后使用 Next.js 基础课程 来构建应用。
¥If you're new to React or need a refresher, we recommend starting with our React Foundations course, and the Next.js Foundations course that has you building an application as you learn.
下一步
¥Next Steps