-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
02-app > 01-building-your-application > index.mdx #380
base: main
Are you sure you want to change the base?
02-app > 01-building-your-application > index.mdx #380
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
기여해주셔서 감사합니다! 간단한 리뷰 남겨드렸으니 확인 후 반영 부탁드립니다!
--- | ||
|
||
Next.js provides the building blocks to create flexible, full-stack web applications. The guides in **Building Your Application** explain how to use these features and how to customize your application's behavior. | ||
Next.js는 유연한 풀스택 웹 애플리케이션을 만들기 위한 기본 구성 요소들을 제공합니다. **애플리케이션 만들기**에서는 이 기능들의 사용법과, 만들고자 하는 애플리케이션의 동작에 맞게 이를 커스터마이즈 하는 법을 배울 수 있습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Next.js는 유연한 풀스택 웹 애플리케이션을 만들기 위한 기본 구성 요소들을 제공합니다. **애플리케이션 만들기**에서는 이 기능들의 사용법과, 만들고자 하는 애플리케이션의 동작에 맞게 이를 커스터마이즈 하는 법을 배울 수 있습니다. | |
Next.js는 유연한 풀스택 웹 애플리케이션을 만들기 위해 필요한 기본 구성 요소들을 제공합니다. **애플리케이션 만들기**에서는 이 기능들의 사용법과, 만들고자 하는 애플리케이션의 동작에 맞게 이를 커스터마이즈 하는 법을 배울 수 있습니다. |
|
||
The sections and pages are organized sequentially, from basic to advanced, so you can follow them step-by-step when building your Next.js application. However, you can read them in any order or skip to the pages that apply to your use case. | ||
이 섹션은 기초부터 어려운 내용까지의 순서대로 쓰였기 때문에, Next.js 애플리케이션을 만들어 감에 따라 순서대로 차근차근 읽을 수 있습니다. 물론, 순서 상관 없이 필요한 내용만 읽어도 좋습니다. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 섹션은 기초부터 어려운 내용까지의 순서대로 쓰였기 때문에, Next.js 애플리케이션을 만들어 감에 따라 순서대로 차근차근 읽을 수 있습니다. 물론, 순서 상관 없이 필요한 내용만 읽어도 좋습니다. | |
이 섹션은 기초부터 심화된 내용까지의 순서대로 쓰였기 때문에, Next.js 애플리케이션을 만들어 감에 따라 순서대로 차근차근 읽을 수 있습니다. 물론, 순서 상관 없이 필요한 내용만 읽어도 좋습니다. |
@Han-Kyeol 리뷰 이후 작업이 몇일 동안 이뤄지지 않아 9월 13일까지 작업이 없을 경우 이슈를 close하고 새로운 분에게 할당하겠습니다! |
기여자용
문서 개선
pnpm prettier-fix
를 실행하여 서식 문제를 해결합니다. - 문서 기여 가이드를 읽고 문서 지침을 따르는지 확인하세요: https://github.com/Nextjs-kr/Nextjs.ko/blob/main/packages/next/README.mdProgress
pnpm prettier-fix
Fixes #353